cssom/cssom-source

changeset 6344
6ebf32d04cb7
parent 6257
7db0c07048a4
child 6345
c5b8b114332d
     1.1 --- a/cssom/cssom-source	Thu Aug 02 18:28:11 2012 -0700
     1.2 +++ b/cssom/cssom-source	Thu Aug 02 23:04:31 2012 -0600
     1.3 @@ -54,13 +54,7 @@
     1.4      &lt;<a href="mailto:annevk@opera.com">annevk@opera.com</a>&gt;</dd>
     1.5     </dl>
     1.6  
     1.7 -   <p class="dontpublish copyright"><a rel=license href="http://creativecommons.org/publicdomain/zero/1.0/"><img src="http://i.creativecommons.org/p/zero/1.0/80x15.png" alt=CC0></a>
     1.8 -   To the extent possible under law, the editors have waived all copyright and
     1.9 -   related or neighboring rights to this work. In addition, as of
    1.10 -   [DATE: 01 Jan 1901], the editors have made this specification available
    1.11 -   under the <a rel=license href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0">Open
    1.12 -   Web Foundation Agreement, Version 1.0</a>.</p>
    1.13 -   <div class=publish><!--copyright--></div>
    1.14 +   <!--copyright-->
    1.15  
    1.16    </div>
    1.17  
    1.18 @@ -124,7 +118,7 @@
    1.19  
    1.20    <h2 id="introduction">Introduction</h2>
    1.21  
    1.22 -  <p class="XXX">...</p>
    1.23 +  <p class="issue">...</p>
    1.24  
    1.25    <!-- ........................................................................................................................ -->
    1.26    <!-- ........................................................................................................................ -->
    1.27 @@ -190,7 +184,7 @@
    1.28    <span data-anolis-ref>XMLSS</span>
    1.29    <span data-anolis-ref>XML</span>
    1.30  
    1.31 -  <p class="XXX"><dfn>supported styling language</dfn>
    1.32 +  <p class="issue"><dfn>supported styling language</dfn>
    1.33  
    1.34    <p>When this specification talks about object
    1.35    <code><var>A</var></code> where <code><var>A</var></code> is actually an interface, it generally means an object implementing interface
    1.36 @@ -390,7 +384,7 @@
    1.37  
    1.38    <h4>Serializing Media Feature Values</h4>
    1.39  
    1.40 -  <p class="XXX">This should probably be done in terms of mapping it to
    1.41 +  <p class="issue">This should probably be done in terms of mapping it to
    1.42    serializing CSS values as media features are defined in terms of CSS
    1.43    values after all.</p>
    1.44  
    1.45 @@ -1027,10 +1021,9 @@
    1.46    <div class="example">
    1.47     <p>Thus, in the following HTML snippet:</p>
    1.48  
    1.49 -   <pre>&lt;link rel="alternate stylesheet" title="foo" href="a"&gt;
    1.50 +   <pre class="example">&lt;link rel="alternate stylesheet" title="foo" href="a"&gt;
    1.51  &lt;link rel="alternate stylesheet" title="bar" href="b"&gt;
    1.52  &lt;script&gt;
    1.53 -
    1.54    document.selectedStyleSheetSet = 'foo';
    1.55    document.styleSheets[1].disabled = false;
    1.56  &lt;/script&gt;
    1.57 @@ -1048,14 +1041,13 @@
    1.58  
    1.59     <p>Similarly, in the following HTML snippet:</p>
    1.60  
    1.61 -   <pre>&lt;link rel="alternate stylesheet" title="foo" href="a"&gt;
    1.62 +   <pre class="example">&lt;link rel="alternate stylesheet" title="foo" href="a"&gt;
    1.63  &lt;link rel="alternate stylesheet" title="bar" href="b"&gt;
    1.64  &lt;script&gt;
    1.65    var before = document.preferredStyleSheetSet;
    1.66    document.styleSheets[1].disabled = false;
    1.67  &lt;/script&gt;
    1.68  &lt;link rel="stylesheet" title="foo" href="c"&gt;
    1.69 -
    1.70  &lt;link rel="alternate stylesheet" title="bar" href="d"&gt;
    1.71  &lt;script&gt;
    1.72    var after = document.preferredStyleSheetSet;
    1.73 @@ -1112,7 +1104,7 @@
    1.74     (Assuming the user agent supports CSS (<code>text/css</code>) and does
    1.75     not support ExampleSheets (<code>text/example-sheets</code>).</p>
    1.76  
    1.77 -   <pre>&lt;style type=text/css> body { background:lime } &lt;/style>
    1.78 +   <pre class="example">&lt;style type=text/css> body { background:lime } &lt;/style>
    1.79  &lt;style type=text/example-sheets> $(body).background := lime &lt;/style></pre>
    1.80    </div>
    1.81  
    1.82 @@ -1309,7 +1301,7 @@
    1.83  
    1.84    <dl class="switch">
    1.85     <dt><code>CSSStyleRule</code></dt>
    1.86 -   <dd class=XXX>...</dd>
    1.87 +   <dd class="issue">...</dd>
    1.88  
    1.89     <dt><code>CSSImportRule</code></dt>
    1.90     <dd>
    1.91 @@ -1328,13 +1320,13 @@
    1.92     </dd>
    1.93  
    1.94     <dt><code>CSSMediaRule</code></dt>
    1.95 -   <dd class=XXX>...</dd>
    1.96 +   <dd class="issue">...</dd>
    1.97  
    1.98     <dt><code>CSSFontFaceRule</code></dt>
    1.99 -   <dd class=XXX>...</dd>
   1.100 +   <dd class="issue">...</dd>
   1.101  
   1.102     <dt><code>CSSPageRule</code></dt>
   1.103 -   <dd class=XXX>...</dd>
   1.104 +   <dd class="issue">...</dd>
   1.105  
   1.106     <dt><code>CSSNamespaceRule</code></dt>
   1.107     <dd><p>The literal string "<code>@namespace</code>", followed by a space
   1.108 @@ -1462,11 +1454,11 @@
   1.109    <code title="dom-CSSStyleDeclaration-item">item()</code> method.</p>
   1.110  
   1.111  
   1.112 -  <p class="XXX">To
   1.113 +  <p class="issue">To
   1.114    <dfn id="parse-a-css-declaration-block">parse a CSS declaration block</dfn>
   1.115    ...</p>
   1.116  
   1.117 -  <p class="XXX">To
   1.118 +  <p class="issue">To
   1.119    <dfn id="serialize-a-css-declaration-block">serialize a CSS declaration block</dfn>
   1.120    ...</p>
   1.121  
   1.122 @@ -1613,7 +1605,7 @@
   1.123     the literal string "<code>deg</code>".</p></dd>
   1.124  
   1.125     <dt>&lt;color></dt>
   1.126 -   <dd><p class=XXX>preserve system colors, maybe color keywords...</p></dd>
   1.127 +   <dd><p class="issue">preserve system colors, maybe color keywords...</p></dd>
   1.128     <!--
   1.129       <dt>It is a system color</dt>
   1.130  
   1.131 @@ -1683,8 +1675,8 @@
   1.132      "<code>0px</code>".</p>
   1.133  
   1.134      <p>Absolute lengths: the number of millimeters serialized as per
   1.135 -    &lt;number> followed by the literal string "<code>mm</code>".
   1.136 -    <span class=XXX>Rumor has it absolute lengths will become relative
   1.137 +    &lt;number> followed by the literal string "<code>mm</code>".</p>
   1.138 +    <p class="issue">Rumor has it absolute lengths will become relative
   1.139      lengths. Centimeters would be compatible with &lt;resolution>...</p>
   1.140  
   1.141      <p>Relative lengths: the &lt;number> component serialized as per
   1.142 @@ -1693,7 +1685,7 @@
   1.143     </dd>
   1.144  
   1.145     <dt>&lt;number></dt>
   1.146 -   <dd><p class=XXX>Browsers seem to use ToString(), but that might give a
   1.147 +   <dd><p class="issue">Browsers seem to use ToString(), but that might give a
   1.148     significand which according to some is teh evil (and also currently does
   1.149     not parse correctly).</p></dd>
   1.150  
   1.151 @@ -1743,7 +1735,7 @@
   1.152     are considered macros by this specification. They all represent instances
   1.153     of components outlined above.</p>
   1.154  
   1.155 -  <p class="XXX">One idea is that we can remove this section somewhere in
   1.156 +  <p class="issue">One idea is that we can remove this section somewhere in
   1.157    the CSS3/CSS4 timeline by moving the above definitions to the drafts that
   1.158    define the CSS components.</p>
   1.159  
   1.160 @@ -1772,7 +1764,7 @@
   1.161       <tr><td><code>color: rgba(000001, 0, 0, 1)</code><td><code>color: #000000</code>
   1.162     </table>
   1.163  
   1.164 -   <p class="XXX">Some of these need to be updated per the new rules.</p>
   1.165 +   <p class="issue">Some of these need to be updated per the new rules.</p>
   1.166    </div>
   1.167  
   1.168    <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->

mercurial