Skip to content

Commit 93a8e01

Browse files
committed
[css-syntax] Fix for bikeshed.
--HG-- extra : rebase_source : f82709bb887f3ca5799087738199e04a1c74038b
1 parent 541377d commit 93a8e01

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-syntax/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</a></p>
1515
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
1616
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
17-
<span class=dt-updated><span class=value-title title=20130911>11 September 2013</span></span></span></h2>
17+
<span class=dt-updated><span class=value-title title=20130912>12 September 2013</span></span></span></h2>
1818
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2003/WD-css3-syntax-20030813/ rel=previous>http://www.w3.org/TR/2003/WD-css3-syntax-20030813/</a>
1919
<dt>Feedback:</dt>
2020
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -383,8 +383,8 @@ <h3 class="heading settled heading" data-level=3.2 id=input-byte-stream><span cl
383383
<p> To decode the stream of bytes into a stream of <a href=#code-point>code points</a>,
384384
UAs must follow these steps.
385385

386-
<p> The algorithms to <a href=http://encoding.spec.whatwg.org/#concept-encoding-get><dfn data-dfn-type=dfn data-noexport="" id=get-an-encoding>get an encoding<a class=self-link href=#get-an-encoding></a></dfn></a>
387-
and <a href=http://encoding.spec.whatwg.org/#decode><dfn data-dfn-type=dfn data-noexport="" id=decode>decode<a class=self-link href=#decode></a></dfn></a>
386+
<p> The algorithms to <dfn data-dfn-type=dfn data-noexport="" id=get-an-encoding><a href=http://encoding.spec.whatwg.org/#concept-encoding-get>get an encoding</a><a class=self-link href=#get-an-encoding></a></dfn>
387+
and <dfn data-dfn-type=dfn data-noexport="" id=decode><a href=http://encoding.spec.whatwg.org/#decode>decode</a><a class=self-link href=#decode></a></dfn>
388388
are defined in the <a href=http://encoding.spec.whatwg.org/>Encoding Standard</a>.
389389

390390
<p> First, <dfn data-dfn-type=dfn data-noexport="" id=determine-the-fallback-encoding>determine the fallback encoding<a class=self-link href=#determine-the-fallback-encoding></a></dfn>:

css-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ <h3 id="input-byte-stream">
265265
To decode the stream of bytes into a stream of <a>code points</a>,
266266
UAs must follow these steps.
267267

268-
The algorithms to <a href="http://encoding.spec.whatwg.org/#concept-encoding-get"><dfn>get an encoding</dfn></a>
269-
and <a href="http://encoding.spec.whatwg.org/#decode"><dfn>decode</dfn></a>
268+
The algorithms to <dfn><a href="http://encoding.spec.whatwg.org/#concept-encoding-get">get an encoding</a></dfn>
269+
and <dfn><a href="http://encoding.spec.whatwg.org/#decode">decode</a></dfn>
270270
are defined in the <a href="http://encoding.spec.whatwg.org/">Encoding Standard</a>.
271271

272272
First, <dfn>determine the fallback encoding</dfn>:

0 commit comments

Comments
 (0)