@@ -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 >
31823182Normative 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 >
31863186Informative 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 >
31903190Index</ span > < a class =self-link href =#index > </ a > </ h2 >
0 commit comments