[css-style-attr] Update the Previous Version link.

Fri, 11 Oct 2013 01:19:13 +0100

author
Simon Sapin <simon.sapin@exyr.org>
date
Fri, 11 Oct 2013 01:19:13 +0100
changeset 9379
3ebe8c1e42cf
parent 9378
60d65f5b69e0
child 9380
b7f4434af876

[css-style-attr] Update the Previous Version link.

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	Thu Oct 10 17:17:59 2013 -0700
     1.2 +++ b/css-style-attr/Overview.html	Fri Oct 11 01:19:13 2013 +0100
     1.3 @@ -1,12 +1,23 @@
     1.4  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     1.5  
     1.6  <html lang=en>
     1.7 - <head>
     1.8 + <head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
     1.9    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    1.10    <title>CSS Style Attributes</title>
    1.11  
    1.12 +  <link href="http://purl.org/dc/terms/" rel=schema.dcterms>
    1.13    <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
    1.14 -   rel="license">
    1.15 +   rel=dcterms.rights>
    1.16 +  <meta content="CSS Style Attributes" name=dcterms.title>
    1.17 +  <meta content=text name=dcterms.type>
    1.18 +  <meta content=2013-10-11 name=dcterms.date>
    1.19 +  <meta content="Tantek Çelik" name=dcterms.creator>
    1.20 +  <meta
    1.21 +   content="<span class=&quot;p-given-name given-name&quot;>Elika</span> <abbr class=&quot;p-additional-name additional-name&quot;>J.</abbr> <span class=&quot;p-family-name family-name&quot;>Etemad</span>"
    1.22 +   name=dcterms.creator>
    1.23 +  <meta content=W3C name=dcterms.publisher>
    1.24 +  <meta content="http://dev.w3.org/csswg/css-style-attr/"
    1.25 +   name=dcterms.identifier>
    1.26    <link href="#contents" rel=contents>
    1.27    <link href="#index" rel=index>
    1.28    <link href="../default.css" rel=stylesheet type="text/css">
    1.29 @@ -24,9 +35,8 @@
    1.30  
    1.31     <h1 class=p-name>CSS Style Attributes</h1>
    1.32  
    1.33 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
    1.34 -    class=dt-updated><span class=value-title title=20130911>11 September
    1.35 -    2013</span></span></h2>
    1.36 +   <h2 class="no-num no-toc">Editor's Draft <span class=dt-updated><span
    1.37 +    class=value-title title=20131011>11 October 2013</span></span></h2>
    1.38  
    1.39     <dl>
    1.40      <dt>This version:
    1.41 @@ -50,7 +60,7 @@
    1.42      <dt>Previous version:
    1.43  
    1.44      <dd><a
    1.45 -     href="http://www.w3.org/TR/2010/CR-css-style-attr-20101012/">http://www.w3.org/TR/2010/CR-css-style-attr-20101012/</a>
    1.46 +     href="http://www.w3.org/TR/2013/PR-css-style-attr-20131003/">http://www.w3.org/TR/2013/PR-css-style-attr-20131003/</a>
    1.47  
    1.48      <dt>Feedback:
    1.49  
    1.50 @@ -313,14 +323,10 @@
    1.51     href="http://www.w3.org/TR/CSS21/syndata.html#syntax">CSS core
    1.52     grammar</a>:
    1.53  
    1.54 -  <pre>
    1.55 -
    1.56 -declaration-list
    1.57 -
    1.58 -  : S* declaration? [ ';' S* declaration? ]*
    1.59 -
    1.60 -  ;
    1.61 -
    1.62 +  <pre>
    1.63 +declaration-list
    1.64 +  : S* declaration? [ ';' S* declaration? ]*
    1.65 +  ;
    1.66  </pre>
    1.67  
    1.68    <p class=note>Note that following the CSS2.1 convention, comment tokens are
    1.69 @@ -348,8 +354,7 @@
    1.70     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Relative URLs in the style
    1.71     data must be resolved relative to the style attribute's element (or to the
    1.72     document if per-element resolution is not defined) when the attribute's
    1.73 -   value is parsed<!-- so dynamic changes to
    1.74 -
    1.75 +   value is parsed<!-- so dynamic changes to
    1.76  the base URL don't affect the CSS ~Hixie -->.
    1.77  
    1.78    <p>Aside from the differences in cascading, the declarations in a style
    1.79 @@ -431,20 +436,12 @@
    1.80    </dl>
    1.81    <!--end-informative-->
    1.82  </html>
    1.83 -<!-- Keep this comment at the end of the file
    1.84 -
    1.85 -Local variables:
    1.86 -
    1.87 -mode: sgml
    1.88 -
    1.89 -sgml-declaration:"~/SGML/HTML4.decl"
    1.90 -
    1.91 -sgml-default-doctype-name:"html"
    1.92 -
    1.93 -sgml-minimize-attributes:t
    1.94 -
    1.95 -sgml-nofill-elements:("pre" "style" "br")
    1.96 -
    1.97 -End:
    1.98 -
    1.99 +<!-- Keep this comment at the end of the file
   1.100 +Local variables:
   1.101 +mode: sgml
   1.102 +sgml-declaration:"~/SGML/HTML4.decl"
   1.103 +sgml-default-doctype-name:"html"
   1.104 +sgml-minimize-attributes:t
   1.105 +sgml-nofill-elements:("pre" "style" "br")
   1.106 +End:
   1.107  -->
     2.1 --- a/css-style-attr/Overview.src.html	Thu Oct 10 17:17:59 2013 -0700
     2.2 +++ b/css-style-attr/Overview.src.html	Fri Oct 11 01:19:13 2013 +0100
     2.3 @@ -33,7 +33,7 @@
     2.4      (<a href="https://dvcs.w3.org/hg/csswg/log/tip/[SHORTNAME]/Overview.src.html">change log</a>)
     2.5  
     2.6    <dt>Previous version:
     2.7 -    <dd><a href="http://www.w3.org/TR/2010/CR-css-style-attr-20101012/">http://www.w3.org/TR/2010/CR-css-style-attr-20101012/</a>
     2.8 +    <dd><a href="http://www.w3.org/TR/2013/PR-css-style-attr-20131003/">http://www.w3.org/TR/2013/PR-css-style-attr-20131003/</a>
     2.9      
    2.10    <dt>Feedback:
    2.11        <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-style-attr%5D%20feedback">www-style@w3.org</a>

mercurial