1515
1616 < h1 > CSS Styling Attributes Level 1</ h1 >
1717
18- < h2 class ="no-num no-toc " id =longstatus-date > W3C Working Draft 19 January
18+ < h2 class ="no-num no-toc " id =longstatus-date > W3C Working Draft 21 January
1919 2010</ h2 >
2020
2121 < dl >
@@ -24,7 +24,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 19 January
2424 < dd >
2525
2626 < dd > < a
27- href ="http://www.w3.org/TR/2010/WD-css-style-attr-20100119 / "> http://www.w3.org/TR/2010/WD-css-style-attr-20100119 /</ a > </ dd >
27+ href ="http://www.w3.org/TR/2010/WD-css-style-attr-20100121 / "> http://www.w3.org/TR/2010/WD-css-style-attr-20100121 /</ a > </ dd >
2828 <!-- <dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a> -->
2929
3030 < dt > Latest version:
@@ -79,11 +79,13 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 19 January
7979
8080 < h2 class ="no-num no-toc " id =abstract > Abstract</ h2 >
8181
82- < p > Markup languages such as HTML and SVG provide a styling attribute on
82+ < p > Markup languages such as HTML < a href ="#HTML40 "
83+ rel =biblioentry > [HTML40]<!--{{HTML40}}--> </ a > and SVG < a href ="#SVG11 "
84+ rel =biblioentry > [SVG11]<!--{{SVG11}}--> </ a > provide a styling attribute on
8385 most elements, to hold a fragment of a style sheet that applies to those
8486 elements. One of the possible style sheet languages is CSS. This draft
85- describes the syntax of the CSS fragment that can be used in the styling
86- attribute .
87+ describes the syntax and interpretation of the CSS fragment that can be
88+ used in such styling attributes .
8789
8890 < h2 class ="no-num no-toc " id =status > Status of this document</ h2 >
8991 <!--begin-status-->
@@ -169,12 +171,12 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
169171 attribute</ dfn > to permit the author to directly apply style information
170172 to specific elements in documents. If a document format defines a styling
171173 attribute and the attribute accepts CSS as its value, then this
172- specification defines this < dfn id =css-styling-attribute > CSS styling
174+ specification defines that < dfn id =css-styling-attribute > CSS styling
173175 attribute</ dfn > ’s syntax and interpretation.
174176
175177 < div class =example >
176178 < p > The following example shows the use of the < code > style</ code > attribute
177- in HTML:</ p >
179+ in HTML < a href =" #HTML40 " rel = biblioentry > [HTML40] <!--{{HTML40}}--> </ a > :</ p >
178180
179181 < pre > <p style="< em > color: #090; line-height: 1.2</ em > ">...</p></ pre >
180182 </ div >
@@ -323,6 +325,25 @@ <h3 class=no-num id=informative-references>Informative references</h3>
323325 < dl class =bibliography >
324326 < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
325327 <!---->
328+
329+ < dt id =HTML40 > [HTML40]
330+
331+ < dd > Ian Jacobs; David Raggett; Arnaud Le Hors. < a
332+ href ="http://www.w3.org/TR/1998/REC-html40-19980424 "> < cite > HTML 4.0
333+ Specification.</ cite > </ a > 24 April 1998. W3C Recommendation. URL: < a
334+ href ="http://www.w3.org/TR/1998/REC-html40-19980424 "> http://www.w3.org/TR/1998/REC-html40-19980424</ a >
335+ </ dd >
336+ <!---->
337+
338+ < dt id =SVG11 > [SVG11]
339+
340+ < dd > Dean Jackson; 藤沢 淳; Jon Ferraiolo. < a
341+ href ="http://www.w3.org/TR/2003/REC-SVG11-20030114 "> < cite > Scalable Vector
342+ Graphics (SVG) 1.1 Specification.</ cite > </ a > 14 January 2003. W3C
343+ Recommendation. URL: < a
344+ href ="http://www.w3.org/TR/2003/REC-SVG11-20030114 "> http://www.w3.org/TR/2003/REC-SVG11-20030114</ a >
345+ </ dd >
346+ <!---->
326347 </ dl >
327348 <!--end-informative-->
328349</ html >
0 commit comments