css3-conditional/Overview.src.html

changeset 7538
9d25222da9cb
parent 7412
3b40faa91133
child 7733
ef41ff04d9a8
     1.1 --- a/css3-conditional/Overview.src.html	Thu Feb 21 14:30:06 2013 -0800
     1.2 +++ b/css3-conditional/Overview.src.html	Thu Feb 21 14:36:22 2013 -0800
     1.3 @@ -12,16 +12,17 @@
     1.4          type="text/javascript" defer></script
     1.5  -->
     1.6  </head>
     1.7 +<body class="h-entry">
     1.8  
     1.9  <div class="head">
    1.10  <!--logo-->
    1.11  
    1.12 -<h1>CSS Conditional Rules Module Level 3</h1>
    1.13 +<h1 class="p-name">CSS Conditional Rules Module Level 3</h1>
    1.14  
    1.15 -<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
    1.16 +<h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="value-title" title="[CDATE]">[DATE]</span></span></h2>
    1.17  <dl>
    1.18    <dt>This version:
    1.19 -    <dd><a href="[VERSION]">
    1.20 +    <dd><a class="u-url" href="[VERSION]">
    1.21      http://www.w3.org/TR/[YEAR]/ED-css3-conditional-[CDATE]/</a>
    1.22  
    1.23    <dt>Latest version:
    1.24 @@ -31,11 +32,11 @@
    1.25      <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
    1.26  
    1.27    <dt>Previous version:
    1.28 -    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a></dd>
    1.29 +    <dd><a rel="previous" href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a></dd>
    1.30  
    1.31    <dt>Editors:
    1.32 -    <dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
    1.33 -      <a class=org href="http://www.mozilla.org/">Mozilla</a>
    1.34 +    <dd class="p-author h-card vcard"><a class="p-name fn u-url url" rel="author" href="http://dbaron.org/">L. David Baron</a>,
    1.35 +      <a class="p-org org h-org" href="http://www.mozilla.org/">Mozilla</a>
    1.36  
    1.37    <dt>Issues list:
    1.38      <dd>Maintained in document (only editor's draft is current)
    1.39 @@ -60,7 +61,9 @@
    1.40  <h2 class="no-num no-toc" id="abstract">Abstract</h2>
    1.41  
    1.42    <p>CSS is a language for describing the rendering of structured documents
    1.43 -  (such as HTML and XML) on screen, on paper,  in speech, etc. This module
    1.44 +  (such as HTML and XML) on screen, on paper,  in speech, etc. 
    1.45 +  <span class="p-summary">
    1.46 +  This module
    1.47    contains the features of CSS for conditional processing of parts of
    1.48    style sheets, conditioned on capabilities of the processor or the
    1.49    document the style sheet is being applied to.
    1.50 @@ -70,6 +73,7 @@
    1.51    allowing nesting of certain at-rules inside '@media',
    1.52    and the addition of the '@supports'
    1.53    rule for conditional processing.
    1.54 +  </span>
    1.55  
    1.56  <h2 class="no-num no-toc" id="status">Status of this document</h2>
    1.57  

mercurial