Skip to content

Commit 64381ba

Browse files
committed
More web-anim respec modifications to get to HTML5.
1 parent c31fcc7 commit 64381ba

File tree

2 files changed

+188
-158
lines changed

2 files changed

+188
-158
lines changed

respec/respec.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,9 @@ berjon.respec.prototype = {
793793
"<a href='http://www.w3.org/Consortium/Legal/ipr-notice#Copyright'>Copyright</a> &copy; " ;
794794
if (this.copyrightStart && this.copyrightStart != this.publishDate.getFullYear()) header += this.copyrightStart + '-';
795795
header += this.publishDate.getFullYear();
796-
header += " <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym></a><sup>&reg;</sup> " +
797-
"(<a href='http://www.csail.mit.edu/'><acronym title='Massachusetts Institute of Technology'>MIT</acronym></a>, " +
798-
"<a href='http://www.ercim.eu/'><acronym title='European Research Consortium for Informatics and Mathematics'>ERCIM</acronym></a>, " +
796+
header += " <a href='http://www.w3.org/'><abbr title='World Wide Web Consortium'>W3C</abbr></a><sup>&reg;</sup> " +
797+
"(<a href='http://www.csail.mit.edu/'><abbr title='Massachusetts Institute of Technology'>MIT</abbr></a>, " +
798+
"<a href='http://www.ercim.eu/'><abbr title='European Research Consortium for Informatics and Mathematics'>ERCIM</abbr></a>, " +
799799
"<a href='http://www.keio.ac.jp/'>Keio</a>), All Rights Reserved. " +
800800
"W3C <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, " +
801801
"<a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a> and " +
@@ -950,13 +950,13 @@ berjon.respec.prototype = {
950950
header += this.publishDate.getFullYear();
951951
if (this.additionalCopyrightHolders) header += " " + this.additionalCopyrightHolders + " &amp;";
952952
if (this.doRDFa) {
953-
header += " <span rel='dcterms:publisher'><span typeof='foaf:Organization'><a rel='foaf:homepage' property='foaf:name' content='World Wide Web Consortium' href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym></a><sup>&reg;</sup></span></span> ";
953+
header += " <span rel='dcterms:publisher'><span typeof='foaf:Organization'><a rel='foaf:homepage' property='foaf:name' content='World Wide Web Consortium' href='http://www.w3.org/'><abbr title='World Wide Web Consortium'>W3C</abbr></a><sup>&reg;</sup></span></span> ";
954954
} else {
955-
header += " <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym></a><sup>&reg;</sup> ";
955+
header += " <a href='http://www.w3.org/'><abbr title='World Wide Web Consortium'>W3C</abbr></a><sup>&reg;</sup> ";
956956
}
957957
header +=
958-
"(<a href='http://www.csail.mit.edu/'><acronym title='Massachusetts Institute of Technology'>MIT</acronym></a>, " +
959-
"<a href='http://www.ercim.eu/'><acronym title='European Research Consortium for Informatics and Mathematics'>ERCIM</acronym></a>, " +
958+
"(<a href='http://www.csail.mit.edu/'><abbr title='Massachusetts Institute of Technology'>MIT</abbr></a>, " +
959+
"<a href='http://www.ercim.eu/'><abbr title='European Research Consortium for Informatics and Mathematics'>ERCIM</abbr></a>, " +
960960
"<a href='http://www.keio.ac.jp/'>Keio</a>), All Rights Reserved. " +
961961
"W3C <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, " +
962962
"<a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a> and " +
@@ -1363,7 +1363,7 @@ berjon.respec.prototype = {
13631363
sn.text("[", df);
13641364
// embed a cite with an a inside of it
13651365
var el = sn.element("cite", {} , df);
1366-
sn.element("a", { "class": "bibref", rel: "biblioentry", href: "#bib-" + ref }, el, ref);
1366+
sn.element("a", { "class": "bibref", href: "#bib-" + ref }, el, ref);
13671367
sn.text("]", df);
13681368
}
13691369
else {
@@ -1674,7 +1674,6 @@ berjon.respec.prototype = {
16741674
href: css,
16751675
rel: "stylesheet",
16761676
type: "text/css",
1677-
charset: "utf-8"
16781677
}, document.documentElement.firstElementChild);
16791678
}
16801679
},

0 commit comments

Comments
 (0)