Skip to content

Commit

Permalink
Taking care of @rdeltour's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Aug 15, 2017
1 parent 6f47335 commit 816fee6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
25 changes: 19 additions & 6 deletions common/js/biblio.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@
*/

var biblio = {
"link-relation": {
"html": {
"title": "HTML 5.1",
"authors" : [
"Steve Faulkner",
"Arron Eicholz",
"Travis Leithead",
"Alex Danilo"
],
"date": "2016-11-01",
"status": "W3C Recommendation",
"href": "https://www.w3.org/TR/html/",
"publisher": "W3C"
},
"link-relation": {
"title": "Identifier: A Link Relation to Convey a Preferred URI for Referencing",
"authors": [
"H. Van de Sompel",
Expand All @@ -29,22 +42,22 @@ var biblio = {
"rawDate": "2017-08",
"publisher": "IETF",
"href": "https://tools.ietf.org/html/draft-vandesompel-identifier-00",
},
"pwpub": {
},
"pwpub": {
"title": "Packaged Web Publications",
"href": "https://w3.org/TR/pwpub/",
"authors": [
"..."
],
"date": "..."
},
"wpub": {
},
"wpub": {
"title": "Web Publications",
"href": "https://w3.org/TR/wpub/",
"authors": [
"Dave Cramer",
"Matt Garrish"
],
"date": "..."
}
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ <h3>Terminology</h3>
<dt><dfn>URL</dfn></dt>
<dd>
<p>
In this specification, the general term URL is used as defined and used in other W3C specification like HTML&nbsp;[[html51]], and is defined by the relevant WhatWG document&nbsp;[[url]].
In this specification, the general term URL is used as in other W3C specifications like HTML&nbsp;[[html]], and is defined by URL Standard of the WhatWG&nbsp;[[url]].
In particular, such a URL allows for the usage of characters from Unicode following&nbsp;[[rfc3987]].
See <a href="https://www.w3.org/TR/html51/references.html#biblio-url">the note in the HTML5 document</a> for further details.
See <a href="https://www.w3.org/TR/html/references.html#biblio-url">the note in the HTML5 document</a> for further details.
</p>
</dd>

Expand Down

0 comments on commit 816fee6

Please sign in to comment.