css-style-attr/Overview.src.html

changeset 1911
b3bd56529c72
parent 1657
43999683c7d0
child 1912
197c9052da1e
     1.1 --- a/css-style-attr/Overview.src.html	Mon Aug 23 13:27:53 2010 +0000
     1.2 +++ b/css-style-attr/Overview.src.html	Mon Aug 23 17:41:17 2010 +0000
     1.3 @@ -16,18 +16,27 @@
     1.4  <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
     1.5  <dl>
     1.6    <dt>This version:</dt>
     1.7 -    <dd><dd><a href="http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/</a></dd>
     1.8 -    <!-- <dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a> -->
     1.9 +    <!-- <dd><dd><a href="http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css-style-attr-[CDATE]/</a></dd> -->
    1.10 +    <dd><a href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
    1.11 +    </dd>
    1.12    <dt>Latest version:
    1.13      <dd><a href="http://www.w3.org/TR/css-style-attr">http://www.w3.org/TR/css-style-attr</a>
    1.14    <dt>Previous version:
    1.15 -    <dd><a href="http://www.w3.org/TR/2002/WD-css-style-attr-20020515">http://www.w3.org/TR/2002/WD-css-style-attr-20020515</a>
    1.16 -  <dt>Editor:
    1.17 -    <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a>
    1.18 +    <dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100121/">http://www.w3.org/TR/2010/WD-css-style-attr-20100121/</a>
    1.19 +  <dt>Editors:
    1.20 +    <dd class="vcard"><a lang="tr" class="fn url" href="http://tantek.com/">Tantek &Ccedil;elik</a>
    1.21 +(<span class="company role url">invited expert</span>,
    1.22 +and before at <a href="http://www.microsoft.com/">Microsoft Corporation</a>)
    1.23 +     &lt;<a class="email"
    1.24 +href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>&gt;
    1.25 +    </dd>
    1.26 +    <dd class="vcard"><a class="fn n url" href="http://fantasai.inkedblade.net/contact"><span class="given-name">Elika</span> <abbr class="additional-name">J.</abbr> <span class="family-name">Etemad</span></a> (<span class="company role">invited expert</span>)
    1.27 +    </dd>
    1.28    <dt>Previous Editors:
    1.29 -  <dd><span lang="tr">Tantek &Ccedil;elik</span> (<a href="http://www.microsoft.com/">Microsoft</a>), &lt;<a href="mailto:tantekc@microsoft.com">tantekc@microsoft.com</a>&gt;
    1.30 -  <dd><a href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a href="http://www.w3.org/">W3C</a>), &lt;<a href="mailto:bert@w3.org">bert@w3.org</a>&gt;
    1.31 -  <dd>Marc Attinasi (AOL/Netscape), &lt;<a href="mailto:attinasi@netscape.com">attinasi@netscape.com</a>&gt;
    1.32 +    <dd class="vcard"><a class="fn url" href="http://www.w3.org/People/Bos/">Bert Bos</a> (<a class="org" href="http://www.w3.org/">W3C</a>), &lt;<a class="email" href="mailto:bert@w3.org">bert@w3.org</a>&gt;
    1.33 +    </dd>
    1.34 +    <dd class="vcard"><span class="fn">Marc Attinasi</span> (<span class="org">AOL/Netscape</span>), &lt;<a class="email" href="mailto:attinasi@netscape.com">attinasi@netscape.com</a>&gt;
    1.35 +    </dd>
    1.36  </dl>
    1.37  <!--begin-copyright-->
    1.38  <p>[Here will be included the file "../copyright.inc"]</p>
    1.39 @@ -38,7 +47,7 @@
    1.40  
    1.41  <h2 class="no-num no-toc" id="abstract">Abstract</h2>
    1.42  
    1.43 -<p>Markup languages such as HTML [[HTML40]] and SVG [[SVG11]] provide a styling
    1.44 +<p>Markup languages such as HTML [[HTML401]] and SVG [[SVG11]] provide a styling
    1.45  attribute on most elements, to hold inline style information that applies
    1.46  to those elements. One of the possible style sheet languages is CSS. This
    1.47  draft describes the syntax and interpretation of the CSS fragment that can
    1.48 @@ -70,7 +79,7 @@
    1.49  
    1.50  <div class="example">
    1.51    <p>The following example shows the use of the <code>style</code> attribute
    1.52 -  in HTML [[HTML40]]:</p>
    1.53 +  in HTML [[HTML401]]:</p>
    1.54    <pre>&lt;p style="<em>color: #090; line-height: 1.2</em>"&gt;...&lt;/p&gt;</pre>
    1.55  </div>
    1.56  

mercurial