[css3-conditional] add h-card h-entry

Thu, 21 Feb 2013 14:36:22 -0800

author
Tantek Çelik <tantek@cs.stanford.edu>
date
Thu, 21 Feb 2013 14:36:22 -0800
changeset 7538
9d25222da9cb
parent 7537
8fcb6af67968
child 7539
3c1ca4fe6fff

[css3-conditional] add h-card h-entry

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Thu Feb 21 14:30:06 2013 -0800
     1.2 +++ b/css3-conditional/Overview.html	Thu Feb 21 14:36:22 2013 -0800
     1.3 @@ -12,11 +12,11 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Conditional Rules Module Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-02-08 name=dcterms.issued>
     1.8 +  <meta content=2013-02-21 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-conditional/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2013/ED-css3-conditional-20130208/"
    1.13 +  <meta content="http://dev.w3.org/csswg/css3-conditional/"
    1.14     name=dcterms.identifier>
    1.15    <link href="../default.css" rel=stylesheet type="text/css">
    1.16    <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
    1.17 @@ -26,21 +26,22 @@
    1.18          type="text/javascript" defer></script
    1.19  -->
    1.20  
    1.21 - <body>
    1.22 + <body class=h-entry>
    1.23    <div class=head> <!--begin-logo-->
    1.24     <p><a href="http://www.w3.org/"><img alt=W3C height=48
    1.25      src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
    1.26  
    1.27 -   <h1>CSS Conditional Rules Module Level 3</h1>
    1.28 +   <h1 class=p-name>CSS Conditional Rules Module Level 3</h1>
    1.29  
    1.30 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
    1.31 -    2013</h2>
    1.32 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
    1.33 +    class=dt-updated><span class=value-title title=20130221>21 February
    1.34 +    2013</span></span></h2>
    1.35  
    1.36     <dl>
    1.37      <dt>This version:
    1.38  
    1.39 -    <dd><a href="http://www.w3.org/TR/2013/ED-css3-conditional-20130208/">
    1.40 -     http://www.w3.org/TR/2013/ED-css3-conditional-20130208/</a>
    1.41 +    <dd><a class=u-url href="http://dev.w3.org/csswg/css3-conditional/">
    1.42 +     http://www.w3.org/TR/2013/ED-css3-conditional-20130221/</a>
    1.43  
    1.44      <dt>Latest version:
    1.45  
    1.46 @@ -54,13 +55,14 @@
    1.47  
    1.48      <dt>Previous version:
    1.49  
    1.50 -    <dd><a
    1.51 -     href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/">http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a>
    1.52 +    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/"
    1.53 +     rel=previous>http://www.w3.org/TR/2012/WD-css3-conditional-20120911/</a>
    1.54  
    1.55      <dt>Editors:
    1.56  
    1.57 -    <dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
    1.58 -     <a class=org href="http://www.mozilla.org/">Mozilla</a>
    1.59 +    <dd class="p-author h-card vcard"><a class="p-name fn u-url url"
    1.60 +     href="http://dbaron.org/" rel=author>L. David Baron</a>, <a
    1.61 +     class="p-org org h-org" href="http://www.mozilla.org/">Mozilla</a>
    1.62  
    1.63      <dt>Issues list:
    1.64  
    1.65 @@ -103,16 +105,17 @@
    1.66    <h2 class="no-num no-toc" id=abstract>Abstract</h2>
    1.67  
    1.68    <p>CSS is a language for describing the rendering of structured documents
    1.69 -   (such as HTML and XML) on screen, on paper, in speech, etc. This module
    1.70 -   contains the features of CSS for conditional processing of parts of style
    1.71 -   sheets, conditioned on capabilities of the processor or the document the
    1.72 -   style sheet is being applied to. It includes and extends the functionality
    1.73 -   of CSS level 2 <a href="#CSS21"
    1.74 +   (such as HTML and XML) on screen, on paper, in speech, etc. <span
    1.75 +   class=p-summary> This module contains the features of CSS for conditional
    1.76 +   processing of parts of style sheets, conditioned on capabilities of the
    1.77 +   processor or the document the style sheet is being applied to. It includes
    1.78 +   and extends the functionality of CSS level 2 <a href="#CSS21"
    1.79     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, which builds on CSS level 1
    1.80     <a href="#CSS1" rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main
    1.81     extensions compared to level 2 are allowing nesting of certain at-rules
    1.82     inside ‘<code class=css>@media</code>’, and the addition of the
    1.83     ‘<code class=css>@supports</code>’ rule for conditional processing.
    1.84 +   </span>
    1.85  
    1.86    <h2 class="no-num no-toc" id=status>Status of this document</h2>
    1.87    <!--begin-status-->
     2.1 --- a/css3-conditional/Overview.src.html	Thu Feb 21 14:30:06 2013 -0800
     2.2 +++ b/css3-conditional/Overview.src.html	Thu Feb 21 14:36:22 2013 -0800
     2.3 @@ -12,16 +12,17 @@
     2.4          type="text/javascript" defer></script
     2.5  -->
     2.6  </head>
     2.7 +<body class="h-entry">
     2.8  
     2.9  <div class="head">
    2.10  <!--logo-->
    2.11  
    2.12 -<h1>CSS Conditional Rules Module Level 3</h1>
    2.13 +<h1 class="p-name">CSS Conditional Rules Module Level 3</h1>
    2.14  
    2.15 -<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
    2.16 +<h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="value-title" title="[CDATE]">[DATE]</span></span></h2>
    2.17  <dl>
    2.18    <dt>This version:
    2.19 -    <dd><a href="[VERSION]">
    2.20 +    <dd><a class="u-url" href="[VERSION]">
    2.21      http://www.w3.org/TR/[YEAR]/ED-css3-conditional-[CDATE]/</a>
    2.22  
    2.23    <dt>Latest version:
    2.24 @@ -31,11 +32,11 @@
    2.25      <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
    2.26  
    2.27    <dt>Previous version:
    2.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>
    2.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>
    2.30  
    2.31    <dt>Editors:
    2.32 -    <dd class=vcard><a class=fn href="http://dbaron.org/">L. David Baron</a>,
    2.33 -      <a class=org href="http://www.mozilla.org/">Mozilla</a>
    2.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>,
    2.35 +      <a class="p-org org h-org" href="http://www.mozilla.org/">Mozilla</a>
    2.36  
    2.37    <dt>Issues list:
    2.38      <dd>Maintained in document (only editor's draft is current)
    2.39 @@ -60,7 +61,9 @@
    2.40  <h2 class="no-num no-toc" id="abstract">Abstract</h2>
    2.41  
    2.42    <p>CSS is a language for describing the rendering of structured documents
    2.43 -  (such as HTML and XML) on screen, on paper,  in speech, etc. This module
    2.44 +  (such as HTML and XML) on screen, on paper,  in speech, etc. 
    2.45 +  <span class="p-summary">
    2.46 +  This module
    2.47    contains the features of CSS for conditional processing of parts of
    2.48    style sheets, conditioned on capabilities of the processor or the
    2.49    document the style sheet is being applied to.
    2.50 @@ -70,6 +73,7 @@
    2.51    allowing nesting of certain at-rules inside '@media',
    2.52    and the addition of the '@supports'
    2.53    rule for conditional processing.
    2.54 +  </span>
    2.55  
    2.56  <h2 class="no-num no-toc" id="status">Status of this document</h2>
    2.57  

mercurial