css-style-attr/Overview.src.html

changeset 1624
1fa22f8caa3d
parent 1621
15de3a6645bc
child 1655
f9a2769ccc0c
     1.1 --- a/css-style-attr/Overview.src.html	Wed Jan 20 18:07:59 2010 +0000
     1.2 +++ b/css-style-attr/Overview.src.html	Wed Jan 20 18:38:18 2010 +0000
     1.3 @@ -38,10 +38,11 @@
     1.4  
     1.5  <h2 class="no-num no-toc" id="abstract">Abstract</h2>
     1.6  
     1.7 -<p>Markup languages such as HTML and SVG provide a styling attribute on most
     1.8 -elements, to hold a fragment of a style sheet that applies to those elements.
     1.9 -One of the possible style sheet languages is CSS. This draft describes the
    1.10 -syntax of the CSS fragment that can be used in the styling attribute.
    1.11 +<p>Markup languages such as HTML [[HTML40]] and SVG [[SVG11]] provide a styling
    1.12 +attribute on most elements, to hold a fragment of a style sheet that applies
    1.13 +to those elements. One of the possible style sheet languages is CSS. This
    1.14 +draft describes the syntax and interpretation of the CSS fragment that can
    1.15 +be used in such styling attributes.
    1.16  
    1.17  <h2 class="no-num no-toc" id="status">Status of this document</h2>
    1.18  <!--status-->
    1.19 @@ -64,12 +65,12 @@
    1.20  <p>Some document formats have a <dfn>styling attribute</dfn> to permit
    1.21  the author to directly apply style information to specific elements
    1.22  in documents. If a document format defines a styling attribute and the
    1.23 -attribute accepts CSS as its value, then this specification defines this
    1.24 +attribute accepts CSS as its value, then this specification defines that
    1.25  <dfn>CSS styling attribute</dfn>&rsquo;s syntax and interpretation.
    1.26  
    1.27  <div class="example">
    1.28    <p>The following example shows the use of the <code>style</code> attribute
    1.29 -  in HTML:</p>
    1.30 +  in HTML [[HTML40]]:</p>
    1.31    <pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
    1.32  </div>
    1.33  

mercurial