Skip to content

Commit b5ccf9e

Browse files
committed
[css-syntax] Fix broken internal links.
1 parent de05558 commit b5ccf9e

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

css-syntax/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ <h3 class="heading settled heading" data-level=4.2 id=tokenizer-definitions><spa
729729
U+000A LINE FEED.
730730
<span class=note>
731731
Note that U+000D CARRIAGE RETURN and U+000C FORM FEED are not included in this definition,
732-
as they are converted to U+000A LINE FEED during <a href=#preprocessing-the-input-stream>preprocessing</a>.
732+
as they are converted to U+000A LINE FEED during <a href=#input-preprocessing>preprocessing</a>.
733733
</span>
734734

735735
<dt><dfn data-dfn-type=dfn data-noexport="" id=whitespace>whitespace<a class=self-link href=#whitespace></a></dfn>
@@ -1852,13 +1852,13 @@ <h3 class="heading settled heading" data-level=5.3 id=parser-entry-points><span
18521852
They assume that they are invoked on a token stream,
18531853
but they may also be invoked on a string;
18541854
if so,
1855-
first perform <a href=#preprocessing-the-input-stream>input preprocessing</a>
1855+
first perform <a href=#input-preprocessing>input preprocessing</a>
18561856
to produce a <a href=#code-point>code point</a> stream,
18571857
then perform <a href=#tokenization>tokenization</a>
18581858
to produce a token stream.
18591859

18601860
<p> "<a href=#parse-a-stylesheet0>Parse a stylesheet</a>" can also be invoked on a byte stream,
1861-
in which case <a href=#the-input-byte-stream>The input byte stream</a>
1861+
in which case <a href=#input-byte-stream>The input byte stream</a>
18621862
defines how to decode it into Unicode.
18631863

18641864
<p class=note> Note: This specification does not define how a byte stream is decoded for other entry points.
@@ -3180,11 +3180,11 @@ <h2 class="no-num no-ref heading settled heading" id=references><span class=cont
31803180

31813181
<h3 class="no-num no-ref heading settled heading" id=normative><span class=content>
31823182
Normative References</span><a class=self-link href=#normative></a></h3>
3183-
<div data-fill-with=normative-references><dl><dt id=css21 title=CSS21><a class=self-link href=#css21></a>[CSS21]<dd>Bert Bos; et al. <a href=http://www.w3.org/TR/2011/REC-CSS2-20110607>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. W3C Recommendation. URL: <a href=http://www.w3.org/TR/2011/REC-CSS2-20110607>http://www.w3.org/TR/2011/REC-CSS2-20110607</a><dt id=css3cascade title=CSS3CASCADE><a class=self-link href=#css3cascade></a>[CSS3CASCADE]<dd>Håkon Wium Lie; Elika J. Etemad; Tab Atkins Jr.. <a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/>CSS Cascading and Inheritance Level 3</a>. 3 January 2013. W3C Working Draft. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/>http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a><dt id=rfc2119 title=RFC2119><a class=self-link href=#rfc2119></a>[RFC2119]<dd>S. Bradner. <a href=http://www.ietf.org/rfc/rfc2119.txt>Key words for use in RFCs to Indicate Requirement Levels</a>. URL: <a href=http://www.ietf.org/rfc/rfc2119.txt>http://www.ietf.org/rfc/rfc2119.txt</a><dt id=select title=SELECT><a class=self-link href=#select></a>[SELECT]<dd>Tantek Çelik; et al. <a href=http://www.w3.org/TR/2011/REC-css3-selectors-20110929/>Selectors Level 3</a>. 29 September 2011. W3C Recommendation. URL: <a href=http://www.w3.org/TR/2011/REC-css3-selectors-20110929/>http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a></dl></div>
3183+
<div data-fill-with=normative-references><dl><dt id=css21 title=CSS21><a class=self-link href=#css21></a>[CSS21]<dd>Bert Bos; et al. <a href=http://www.w3.org/TR/2011/REC-CSS2-20110607>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification</a>. 7 June 2011. W3C Recommendation. URL: <a href=http://www.w3.org/TR/2011/REC-CSS2-20110607>http://www.w3.org/TR/2011/REC-CSS2-20110607</a><dt id=css3cascade title=CSS3CASCADE><a class=self-link href=#css3cascade></a>[CSS3CASCADE]<dd>Håkon Wium Lie; Elika J. Etemad; Tab Atkins Jr.. <a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/>CSS Cascading and Inheritance Level 3</a>. 3 January 2013. W3C Working Draft. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/>http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a><dt id=rfc2119 title=RFC2119><a class=self-link href=#rfc2119></a>[RFC2119]<dd>S. Bradner. <a href=http://www.ietf.org/rfc/rfc2119.txt>Key words for use in RFCs to Indicate Requirement Levels</a>. URL: <a href=http://www.ietf.org/rfc/rfc2119.txt>http://www.ietf.org/rfc/rfc2119.txt</a><dt id=select title=SELECT><a class=self-link href=#select></a>[SELECT]<dd>Tantek Çelik; et al. <a href=http://www.w3.org/TR/2011/REC-css3-selectors-20110929/>Selectors Level 3</a>. 29 September 2011. W3C Recommendation. URL: <a href=http://www.w3.org/TR/2011/REC-css3-selectors-20110929/>http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a></dl></div>
31843184

31853185
<h3 class="no-num no-ref heading settled heading" id=informative><span class=content>
31863186
Informative References</span><a class=self-link href=#informative></a></h3>
3187-
<div data-fill-with=informative-references><dl><dt id=css-variables title=CSS-VARIABLES><a class=self-link href=#css-variables></a>[CSS-VARIABLES]<dd>Tab Atkins Jr.; Luke Macpherson; Daniel Glazman. <a href=http://www.w3.org/TR/2013/WD-css-variables-20130620/>CSS Custom Properties for Cascading Variables Module Level 1</a>. 20 June 2013. W3C Working Draft. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/WD-css-variables-20130620/>http://www.w3.org/TR/2013/WD-css-variables-20130620/</a><dt id=css3-animations title=CSS3-ANIMATIONS><a class=self-link href=#css3-animations></a>[CSS3-ANIMATIONS]<dd>Dean Jackson; et al. <a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/>CSS Animations</a>. 19 February 2013. W3C Working Draft. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/>http://www.w3.org/TR/2013/WD-css3-animations-20130219/</a><dt id=css3-conditional title=CSS3-CONDITIONAL><a class=self-link href=#css3-conditional></a>[CSS3-CONDITIONAL]<dd>L. David Baron. <a href=http://www.w3.org/TR/2013/CR-css3-conditional-20130404/>CSS Conditional Rules Module Level 3</a>. 4 April 2013. W3C Candidate Recommendation. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/CR-css3-conditional-20130404/>http://www.w3.org/TR/2013/CR-css3-conditional-20130404/</a><dt id=mediaq title=MEDIAQ><a class=self-link href=#mediaq></a>[MEDIAQ]<dd>Florian Rivoal. <a href=http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/>Media Queries</a>. 19 June 2012. W3C Recommendation. URL: <a href=http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/>http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/</a></dl></div>
3187+
<div data-fill-with=informative-references><dl><dt id=css-variables title=CSS-VARIABLES><a class=self-link href=#css-variables></a>[CSS-VARIABLES]<dd>Tab Atkins Jr.; Luke Macpherson; Daniel Glazman. <a href=http://www.w3.org/TR/2013/WD-css-variables-20130620/>CSS Custom Properties for Cascading Variables Module Level 1</a>. 20 June 2013. W3C Working Draft. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/WD-css-variables-20130620/>http://www.w3.org/TR/2013/WD-css-variables-20130620/</a><dt id=css3-animations title=CSS3-ANIMATIONS><a class=self-link href=#css3-animations></a>[CSS3-ANIMATIONS]<dd>Dean Jackson; et al. <a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/>CSS Animations</a>. 19 February 2013. W3C Working Draft. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/>http://www.w3.org/TR/2013/WD-css3-animations-20130219/</a><dt id=css3-conditional title=CSS3-CONDITIONAL><a class=self-link href=#css3-conditional></a>[CSS3-CONDITIONAL]<dd>L. David Baron. <a href=http://www.w3.org/TR/2013/CR-css3-conditional-20130404/>CSS Conditional Rules Module Level 3</a>. 4 April 2013. W3C Candidate Recommendation. (Work in progress.) URL: <a href=http://www.w3.org/TR/2013/CR-css3-conditional-20130404/>http://www.w3.org/TR/2013/CR-css3-conditional-20130404/</a><dt id=mediaq title=MEDIAQ><a class=self-link href=#mediaq></a>[MEDIAQ]<dd>Florian Rivoal. <a href=http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/>Media Queries</a>. 19 June 2012. W3C Recommendation. URL: <a href=http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/>http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/</a></dl></div>
31883188

31893189
<h2 class="no-num no-ref heading settled heading" id=index><span class=content>
31903190
Index</span><a class=self-link href=#index></a></h2>

css-syntax/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ <h1>CSS Syntax Module Level 3</h1>
1010
Editor: Simon Sapin, Mozilla, http://exyr.org/about/
1111
Abstract: This module describes, in general terms, the basic structure and syntax of CSS stylesheets. It defines, in detail, the syntax and parsing of CSS - how to turn a stream of bytes into a meaningful stylesheet.
1212
Ignored Terms: <keyframes-name>, <keyframe-rule>, <keyframe-selector>, <translation-value>, <media-query-list>
13+
Link Defaults: css-text-decor-3 (property) text-decoration
1314
</pre>
1415

1516
<link href="railroad-diagrams.css" rel="stylesheet" type="text/css">
@@ -612,7 +613,7 @@ <h3 id="tokenizer-definitions">
612613
U+000A LINE FEED.
613614
<span class='note'>
614615
Note that U+000D CARRIAGE RETURN and U+000C FORM FEED are not included in this definition,
615-
as they are converted to U+000A LINE FEED during <a href="#preprocessing-the-input-stream">preprocessing</a>.
616+
as they are converted to U+000A LINE FEED during <a href="#input-preprocessing">preprocessing</a>.
616617
</span>
617618

618619
<dt><dfn>whitespace</dfn>
@@ -1735,13 +1736,13 @@ <h3 id="parser-entry-points">
17351736
They assume that they are invoked on a token stream,
17361737
but they may also be invoked on a string;
17371738
if so,
1738-
first perform <a href="#preprocessing-the-input-stream">input preprocessing</a>
1739+
first perform <a href="#input-preprocessing">input preprocessing</a>
17391740
to produce a <a>code point</a> stream,
17401741
then perform <a href="#tokenization">tokenization</a>
17411742
to produce a token stream.
17421743

17431744
"<a>Parse a stylesheet</a>" can also be invoked on a byte stream,
1744-
in which case <a href="#the-input-byte-stream">The input byte stream</a>
1745+
in which case <a href="#input-byte-stream">The input byte stream</a>
17451746
defines how to decode it into Unicode.
17461747

17471748
Note: This specification does not define how a byte stream is decoded for other entry points.

0 commit comments

Comments
 (0)