Skip to content

Commit 60a33d5

Browse files
committed
Fix markups according to pub rules
1 parent af8d832 commit 60a33d5

File tree

1 file changed

+4
-3
lines changed
  • publish/service_worker_1/WD-service-workers-1-20161011

1 file changed

+4
-3
lines changed

publish/service_worker_1/WD-service-workers-1-20161011/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
font-style: normal;
472472
}
473473
dt dfn code, code.idl {
474-
font-size: normal;
474+
font-size: medium;
475475
}
476476
dfn var {
477477
font-style: normal;
@@ -1418,9 +1418,10 @@
14181418
.highlight .vi { color: #0077aa } /* Name.Variable.Instance */
14191419
.highlight .il { color: #000000 } /* Literal.Number.Integer.Long */
14201420
</style>
1421+
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-WD"/>
14211422
<body class="h-entry">
14221423
<div class="head">
1423-
<p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
1424+
<p data-fill-with="logo"><a href="https://www.w3.org/"><img height="48" width="72" alt="W3C" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C"/></a> </p>
14241425
<h1 class="p-name no-ref" id="title">Service Workers 1</h1>
14251426
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Working Draft, <time class="dt-updated" datetime="2016-10-11">11 October 2016</time></span></h2>
14261427
<div data-fill-with="spec-metadata">
@@ -1446,7 +1447,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
14461447
</dl>
14471448
</div>
14481449
<div data-fill-with="warning"></div>
1449-
<p class="copyright" data-fill-with="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2016 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document" rel="license">permissive document license</a> rules apply. </p>
1450+
<p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2016 <a href="https://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="https://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="https://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="https://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
14501451
<hr title="Separator for header">
14511452
</div>
14521453
<h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2>

0 commit comments

Comments
 (0)