@@ -793,9 +793,9 @@ berjon.respec.prototype = {
793
793
"<a href='http://www.w3.org/Consortium/Legal/ipr-notice#Copyright'>Copyright</a> © " ;
794
794
if ( this . copyrightStart && this . copyrightStart != this . publishDate . getFullYear ( ) ) header += this . copyrightStart + '-' ;
795
795
header += this . publishDate . getFullYear ( ) ;
796
- header += " <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym ></a><sup>®</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>®</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>, " +
799
799
"<a href='http://www.keio.ac.jp/'>Keio</a>), All Rights Reserved. " +
800
800
"W3C <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, " +
801
801
"<a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a> and " +
@@ -950,13 +950,13 @@ berjon.respec.prototype = {
950
950
header += this . publishDate . getFullYear ( ) ;
951
951
if ( this . additionalCopyrightHolders ) header += " " + this . additionalCopyrightHolders + " &" ;
952
952
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>®</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>®</sup></span></span> " ;
954
954
} else {
955
- header += " <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym ></a><sup>®</sup> " ;
955
+ header += " <a href='http://www.w3.org/'><abbr title='World Wide Web Consortium'>W3C</abbr ></a><sup>®</sup> " ;
956
956
}
957
957
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>, " +
960
960
"<a href='http://www.keio.ac.jp/'>Keio</a>), All Rights Reserved. " +
961
961
"W3C <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, " +
962
962
"<a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a> and " +
@@ -1363,7 +1363,7 @@ berjon.respec.prototype = {
1363
1363
sn . text ( "[" , df ) ;
1364
1364
// embed a cite with an a inside of it
1365
1365
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 ) ;
1367
1367
sn . text ( "]" , df ) ;
1368
1368
}
1369
1369
else {
@@ -1674,7 +1674,6 @@ berjon.respec.prototype = {
1674
1674
href : css ,
1675
1675
rel : "stylesheet" ,
1676
1676
type : "text/css" ,
1677
- charset : "utf-8"
1678
1677
} , document . documentElement . firstElementChild ) ;
1679
1678
}
1680
1679
} ,
0 commit comments