Skip to content

Commit 82d5186

Browse files
committed
[cssom*] Remove snapshot of xref data, switching to upstream copy. Update README with instructions for creating xref data.
1 parent 645f41d commit 82d5186

17 files changed

Lines changed: 91 additions & 3922 deletions

.hgignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
/Overview.err$
2+
3+
syntax: glob
4+
cssom/data
5+
cssom/cssom.json
6+
cssom/Overview.src.html
7+
cssom-values/cssom-values.json
8+
cssom-values/Overview.src.html
9+
cssom-view/cssom-view.json
10+
cssom-view/Overview.src.html
11+

cssom-values/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<div class="head">
2525

2626
<!--begin-logo-->
27-
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"></a></p>
27+
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
2828
<!--end-logo-->
2929

3030
<h1 id="cssom-values">CSSOM Values Module</h1>
3131

32-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 22 April 2013</h2>
32+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 April 2013</h2>
3333

3434
<dl>
3535

@@ -77,15 +77,15 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
7777
can be found in the
7878
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
7979

80-
<p>This is the 22 April 2013 Editor's Draft of CSSOM. Please send
80+
<p>This is the 26 April 2013 Editor's Draft of CSSOM. Please send
8181
comments to
8282
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
8383
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
8484
with <samp>[cssom-values]</samp> at the start of the subject line.
8585

8686

8787
<!-- XXX include this text upon FPWD publishing
88-
<p>This is the 22 April 2013 First Public Working Draft of CSSOM, produced by the
88+
<p>This is the 26 April 2013 First Public Working Draft of CSSOM, produced by the
8989
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
9090
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
9191
-->
@@ -306,7 +306,7 @@ <h4 id="the-cssurlcomponentvalue-interface"><span class="secno">3.6.7 </span>The
306306
<h2 class="no-num" id="references">References</h2>
307307
<h3 class="no-num" id="normative-references">Normative references</h3>
308308
<div id="anolis-references-normative"><dl><dt id="refsCSSOM">[CSSOM]
309-
<dd><cite><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html">CSS Object Model (CSSOM)</a></cite>, Glenn Adams, Simon Pieters, Shane Stephens et al.. W3C.
309+
<dd><cite><a href="http://dev.w3.org/csswg/cssom/">CSS Object Model (CSSOM)</a></cite>, Glenn Adams and Simon Pieters. W3C.
310310

311311
<dt id="refsRFC2119">[RFC2119]
312312
<dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, Scott Bradner. IETF.

cssom-view/Overview.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

cssom-view/idl/Element.idl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ var exampleHeight = example.height;</code></pre>\
7575
<ol>\
7676
<li><p>If the element does not have any associated <span>CSS layout box</span> or the\
7777
element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
78-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span> return zero and terminate these steps.</p></li>\
78+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span> return zero and terminate these steps.</p></li>\
7979
<li><p>If the element is the root element return the value of\
8080
<code title='widl-Window-scrollY'>scrollY</code>.</p></li>\
8181
<li><p>If the element is <span>the HTML <code>body</code> element</span>,\
82-
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
82+
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>, and the element\
8383
does not have any overflow, return the value of\
8484
<code title=widl-Window-scrollY>scrollY</code>.</p></li>\
8585
<li><p>Return the y-coordinate of the <span>content</span> at the\
@@ -91,13 +91,13 @@ var exampleHeight = example.height;</code></pre>\
9191
<li><p>Let <var title>y</var> be the given value.</p></li>\
9292
<li><p>If the element does not have any associated <span>CSS layout box</span>, the\
9393
element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
94-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, or the element has no overflow, terminate these\
94+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>, or the element has no overflow, terminate these\
9595
steps.</p></li>\
9696
<li><p>If the element is the root element invoke\
9797
<code title=widl-Window-scroll>scroll()</code> with zero as first\
9898
argument and <var title>y</var> as second.</p></li>\
9999
<li><p>If the element is <span>the HTML <code>body</code> element</span>,\
100-
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
100+
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>, and the element\
101101
does not have any vertical overflow, invoke\
102102
<code title=widl-Window-scroll>scroll()</code> with\
103103
<code title=widl-Window-scrollX>scrollX</code> as first\
@@ -113,11 +113,11 @@ var exampleHeight = example.height;</code></pre>\
113113
<ol>\
114114
<li><p>If the element does not have any associated <span>CSS layout box</span> or the\
115115
element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
116-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span> return zero and terminate these steps.</p></li>\
116+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span> return zero and terminate these steps.</p></li>\
117117
<li><p>If the element is the root element return the value of\
118118
<code title=widl-Window-scrollX>scrollX</code>.</p></li>\
119119
<li><p>If the element is <span>the HTML <code>body</code> element</span>,\
120-
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
120+
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>, and the element\
121121
does not have any overflow, return the value of\
122122
<code title=widl-Window-scrollX>scrollX</code>.</p></li>\
123123
<li><p>Return the x-coordinate of the <span>content</span> at the\
@@ -129,13 +129,13 @@ var exampleHeight = example.height;</code></pre>\
129129
<li><p>Let <var title>x</var> be the given value.</p></li>\
130130
<li><p>If the element does not have any associated <span>CSS layout box</span>, the\
131131
element is the root element and the <code data-anolis-spec=dom>Document</code> is in\
132-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, or the element has no overflow, terminate these\
132+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>, or the element has no overflow, terminate these\
133133
steps.</p></li>\
134134
<li><p>If the element is the root element invoke\
135135
<code title=widl-Window-scroll>scroll()</code> with\
136136
<var title>x</var> as first argument and zero as second.</p></li>\
137137
<li><p>If the element is <span>the HTML <code>body</code> element</span>,\
138-
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>, and the element\
138+
the <code data-anolis-spec=dom>Document</code> is in <span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>, and the element\
139139
does not have any vertical overflow, invoke\
140140
<code title='widl-Window-scroll'>scroll()</code> with\
141141
<var title>x</var> as first argument and\
@@ -153,11 +153,11 @@ var exampleHeight = example.height;</code></pre>\
153153
zero and terminate these steps.</p></li>\
154154
<li><p>If the element is the root element and the\
155155
<code data-anolis-spec=dom>Document</code> is not in\
156-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
156+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>\
157157
return max(<span>document content</span> width, value of <code title=widl-Window-innerWidth>innerWidth</code>).</p></li>\
158158
<li><p>If the element is <span>the HTML <code>body</code> element</span>\
159159
and the <code data-anolis-spec=dom>Document</code> is in\
160-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
160+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>\
161161
return max(<span>document content</span> width, value of <code title=widl-Window-innerWidth>innerWidth</code>).</p></li>\
162162
<li><p>Return the computed value of the '<code>padding-left</code>'\
163163
property, plus the computed value of the '<code>padding-right</code>',\
@@ -173,11 +173,11 @@ var exampleHeight = example.height;</code></pre>\
173173
zero and terminate these steps.</p></li>\
174174
<li><p>If the element is the root element and the\
175175
<code data-anolis-spec=dom>Document</code> is not in\
176-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
176+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>\
177177
return max(<span>document content</span> height, value of <code title=widl-Window-innerHeight>innerHeight</code>).</p></li>\
178178
<li><p>If the element is <span>the HTML <code>body</code> element</span>\
179179
and the <code data-anolis-spec=dom>Document</code> is in\
180-
<span data-anolis-spec=dom title=concept-quirks-mode>quirks mode</span>\
180+
<span data-anolis-spec=dom title=concept-document-quirks>quirks mode</span>\
181181
return max(<span>document content</span> height, value of <code title=widl-Window-innerHeight>innerHeight</code>).</p></li>\
182182
<li><p>Return the computed value of the '<code>padding-top</code>'\
183183
property, plus the computed value of the '<code>padding-bottom</code>',\

0 commit comments

Comments
 (0)