Skip to content

Commit 74412d2

Browse files
committed
Prepare for publication
1 parent 1e8e23b commit 74412d2

2 files changed

Lines changed: 35 additions & 13 deletions

File tree

css-style-attr/Overview.html

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>&rsquo;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>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</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; &#34276;&#27810; &#28147;; 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>

css-style-attr/Overview.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3838

3939
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
4040

41-
<p>Markup languages such as HTML and SVG provide a styling attribute on most
42-
elements, to hold a fragment of a style sheet that applies to those elements.
43-
One of the possible style sheet languages is CSS. This draft describes the
44-
syntax of the CSS fragment that can be used in the styling attribute.
41+
<p>Markup languages such as HTML [[HTML40]] and SVG [[SVG11]] provide a styling
42+
attribute on most elements, to hold a fragment of a style sheet that applies
43+
to those elements. One of the possible style sheet languages is CSS. This
44+
draft describes the syntax and interpretation of the CSS fragment that can
45+
be used in such styling attributes.
4546

4647
<h2 class="no-num no-toc" id="status">Status of this document</h2>
4748
<!--status-->
@@ -64,12 +65,12 @@ <h2 id="intro">Introduction</h2>
6465
<p>Some document formats have a <dfn>styling attribute</dfn> to permit
6566
the author to directly apply style information to specific elements
6667
in documents. If a document format defines a styling attribute and the
67-
attribute accepts CSS as its value, then this specification defines this
68+
attribute accepts CSS as its value, then this specification defines that
6869
<dfn>CSS styling attribute</dfn>&rsquo;s syntax and interpretation.
6970

7071
<div class="example">
7172
<p>The following example shows the use of the <code>style</code> attribute
72-
in HTML:</p>
73+
in HTML [[HTML40]]:</p>
7374
<pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
7475
</div>
7576

0 commit comments

Comments
 (0)