Prepare for publication

Wed, 20 Jan 2010 18:38:18 +0000

author
Elika Etemad <fantasai.cvs@inkedblade.net>
date
Wed, 20 Jan 2010 18:38:18 +0000
changeset 1624
1fa22f8caa3d
parent 1623
f7f55f2d536f
child 1625
3e5c92f84373

Prepare for publication

css-style-attr/Overview.html file | annotate | diff | comparison | revisions
css-style-attr/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-style-attr/Overview.html	Wed Jan 20 18:07:59 2010 +0000
     1.2 +++ b/css-style-attr/Overview.html	Wed Jan 20 18:38:18 2010 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5     <h1>CSS Styling Attributes Level 1</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 19 January
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 21 January
     1.9      2010</h2>
    1.10  
    1.11     <dl>
    1.12 @@ -24,7 +24,7 @@
    1.13      <dd>
    1.14  
    1.15      <dd><a
    1.16 -     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>
    1.17 +     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>
    1.18      <!-- <dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a> -->
    1.19  
    1.20      <dt>Latest version:
    1.21 @@ -79,11 +79,13 @@
    1.22  
    1.23    <h2 class="no-num no-toc" id=abstract>Abstract</h2>
    1.24  
    1.25 -  <p>Markup languages such as HTML and SVG provide a styling attribute on
    1.26 +  <p>Markup languages such as HTML <a href="#HTML40"
    1.27 +   rel=biblioentry>[HTML40]<!--{{HTML40}}--></a> and SVG <a href="#SVG11"
    1.28 +   rel=biblioentry>[SVG11]<!--{{SVG11}}--></a> provide a styling attribute on
    1.29     most elements, to hold a fragment of a style sheet that applies to those
    1.30     elements. One of the possible style sheet languages is CSS. This draft
    1.31 -   describes the syntax of the CSS fragment that can be used in the styling
    1.32 -   attribute.
    1.33 +   describes the syntax and interpretation of the CSS fragment that can be
    1.34 +   used in such styling attributes.
    1.35  
    1.36    <h2 class="no-num no-toc" id=status>Status of this document</h2>
    1.37    <!--begin-status-->
    1.38 @@ -169,12 +171,12 @@
    1.39     attribute</dfn> to permit the author to directly apply style information
    1.40     to specific elements in documents. If a document format defines a styling
    1.41     attribute and the attribute accepts CSS as its value, then this
    1.42 -   specification defines this <dfn id=css-styling-attribute>CSS styling
    1.43 +   specification defines that <dfn id=css-styling-attribute>CSS styling
    1.44     attribute</dfn>&rsquo;s syntax and interpretation.
    1.45  
    1.46    <div class=example>
    1.47     <p>The following example shows the use of the <code>style</code> attribute
    1.48 -    in HTML:</p>
    1.49 +    in HTML <a href="#HTML40" rel=biblioentry>[HTML40]<!--{{HTML40}}--></a>:</p>
    1.50  
    1.51     <pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
    1.52    </div>
    1.53 @@ -323,6 +325,25 @@
    1.54    <dl class=bibliography>
    1.55     <dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
    1.56      <!---->
    1.57 +
    1.58 +   <dt id=HTML40>[HTML40]
    1.59 +
    1.60 +   <dd>Ian Jacobs; David Raggett; Arnaud Le Hors. <a
    1.61 +    href="http://www.w3.org/TR/1998/REC-html40-19980424"><cite>HTML 4.0
    1.62 +    Specification.</cite></a> 24 April 1998. W3C Recommendation. URL: <a
    1.63 +    href="http://www.w3.org/TR/1998/REC-html40-19980424">http://www.w3.org/TR/1998/REC-html40-19980424</a>
    1.64 +    </dd>
    1.65 +   <!---->
    1.66 +
    1.67 +   <dt id=SVG11>[SVG11]
    1.68 +
    1.69 +   <dd>Dean Jackson; &#34276;&#27810; &#28147;; Jon Ferraiolo. <a
    1.70 +    href="http://www.w3.org/TR/2003/REC-SVG11-20030114"><cite>Scalable Vector
    1.71 +    Graphics (SVG) 1.1 Specification.</cite></a> 14 January 2003. W3C
    1.72 +    Recommendation. URL: <a
    1.73 +    href="http://www.w3.org/TR/2003/REC-SVG11-20030114">http://www.w3.org/TR/2003/REC-SVG11-20030114</a>
    1.74 +    </dd>
    1.75 +   <!---->
    1.76    </dl>
    1.77    <!--end-informative-->
    1.78  </html>
     2.1 --- a/css-style-attr/Overview.src.html	Wed Jan 20 18:07:59 2010 +0000
     2.2 +++ b/css-style-attr/Overview.src.html	Wed Jan 20 18:38:18 2010 +0000
     2.3 @@ -38,10 +38,11 @@
     2.4  
     2.5  <h2 class="no-num no-toc" id="abstract">Abstract</h2>
     2.6  
     2.7 -<p>Markup languages such as HTML and SVG provide a styling attribute on most
     2.8 -elements, to hold a fragment of a style sheet that applies to those elements.
     2.9 -One of the possible style sheet languages is CSS. This draft describes the
    2.10 -syntax of the CSS fragment that can be used in the styling attribute.
    2.11 +<p>Markup languages such as HTML [[HTML40]] and SVG [[SVG11]] provide a styling
    2.12 +attribute on most elements, to hold a fragment of a style sheet that applies
    2.13 +to those elements. One of the possible style sheet languages is CSS. This
    2.14 +draft describes the syntax and interpretation of the CSS fragment that can
    2.15 +be used in such styling attributes.
    2.16  
    2.17  <h2 class="no-num no-toc" id="status">Status of this document</h2>
    2.18  <!--status-->
    2.19 @@ -64,12 +65,12 @@
    2.20  <p>Some document formats have a <dfn>styling attribute</dfn> to permit
    2.21  the author to directly apply style information to specific elements
    2.22  in documents. If a document format defines a styling attribute and the
    2.23 -attribute accepts CSS as its value, then this specification defines this
    2.24 +attribute accepts CSS as its value, then this specification defines that
    2.25  <dfn>CSS styling attribute</dfn>&rsquo;s syntax and interpretation.
    2.26  
    2.27  <div class="example">
    2.28    <p>The following example shows the use of the <code>style</code> attribute
    2.29 -  in HTML:</p>
    2.30 +  in HTML [[HTML40]]:</p>
    2.31    <pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
    2.32  </div>
    2.33  

mercurial