Skip to content

Commit ffcc8c6

Browse files
author
Simon Pieters
committed
[cssom*] Use dev.w3.org URLs instead
1 parent a3876ae commit ffcc8c6

9 files changed

Lines changed: 23 additions & 23 deletions

File tree

cssom-values/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ clean::
4747

4848
cleanall:: clean
4949
$(RM) $(EDFILE)
50-
echo '{ "definitions": {}, "url": "http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html#" }' > $(XREFS)
50+
echo '{ "definitions": {}, "url": "http://dev.w3.org/hg/csswg/cssom-values/#" }' > $(XREFS)

cssom-values/Overview.html

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

2626
<!--begin-logo-->
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>
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>
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 26 April 2013</h2>
32+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 May 2013</h2>
3333

3434
<dl>
3535

3636
<dt>This Version:</dt>
37-
<dd class="dontpublish"><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html</a></dd>
37+
<dd class="dontpublish"><a href="http://dev.w3.org/hg/csswg/cssom-values/">http://dev.w3.org/hg/csswg/cssom-values/</a></dd>
3838
<dt class="dontpublish">Participate:</dt>
3939
<dd class="dontpublish"><a href="mailto:www-style@w3.org?subject==%5Bcssom-values%5D%20">www-style@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-style/">archives</a>)
4040
<dd class="dontpublish"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&amp;component=CSSOM&amp;20Values">File a bug</a> (<a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=CSSOM%20Values&amp;product=CSS&amp;resolution=---">open bugs</a>) <script async="" src="https://w3c-test.org/resources.whatwg.org/file-bug.js"></script>
@@ -65,7 +65,7 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
6565

6666
<p>This CSSOM Values module defines APIs for accessing and manipulating CSS property
6767
values using object oriented value representations. These APIs are intended to replace
68-
the underimplemented and underutilized <code class="external"><a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSValue">CSSValue</a></code> and related APIs defined by
68+
the underimplemented and underutilized <code title="">CSSValue</code> and related APIs defined by
6969
<a class="informative" href="#refsDOM2STYLE">[DOM2STYLE]</a>.</p>
7070

7171

@@ -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 26 April 2013 Editor's Draft of CSSOM. Please send
80+
<p>This is the 8 May 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 26 April 2013 First Public Working Draft of CSSOM, produced by the
88+
<p>This is the 8 May 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
-->

cssom-values/cssom-values-source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dl>
3434

3535
<dt>This Version:</dt>
36-
<dd class=dontpublish><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html</a></dd>
36+
<dd class=dontpublish><a href="http://dev.w3.org/hg/csswg/cssom-values/">http://dev.w3.org/hg/csswg/cssom-values/</a></dd>
3737
<dd class=publish><a href="[VERSION]">[VERSION]</a></dd>
3838

3939
<dt class=dontpublish>Participate:</dt>
@@ -45,7 +45,7 @@
4545
<dd class=publish><a href="[LATEST]">[LATEST]</a></dd>
4646

4747
<dt class=publish>Latest Editor's draft:</dt>
48-
<dd class=publish><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-values/Overview.html</a></dd>
48+
<dd class=publish><a href="http://dev.w3.org/hg/csswg/cssom-values/">http://dev.w3.org/hg/csswg/cssom-values/</a></dd>
4949

5050
<dt class=dontpublish>Previous Version:</dt>
5151

@@ -69,7 +69,7 @@
6969

7070
<p>This CSSOM Values module defines APIs for accessing and manipulating CSS property
7171
values using object oriented value representations. These APIs are intended to replace
72-
the underimplemented and underutilized <code data-anolis-spec=dom2style>CSSValue</code> and related APIs defined by
72+
the underimplemented and underutilized <code title>CSSValue</code> and related APIs defined by
7373
<span class=informative data-anolis-ref>DOM2STYLE</span>.</p>
7474

7575

cssom-view/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ clean::
5858

5959
cleanall:: clean
6060
$(RM) $(EDFILE)
61-
echo '{ "definitions": {}, "url": "http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html#" }' > $(XREFS)
61+
echo '{ "definitions": {}, "url": "http://dev.w3.org/hg/csswg/cssom-view/#" }' > $(XREFS)
6262

6363

cssom-view/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<div class="head">
99

1010
<!--begin-logo-->
11-
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
11+
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"></a></p>
1212
<!--end-logo-->
1313

1414
<h1 id="cssom-view-module">CSSOM View Module</h1>
1515

16-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 26 April 2013</h2>
16+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 May 2013</h2>
1717

1818
<dl>
1919

2020
<dt>This Version:</dt>
21-
<dd class="dontpublish"><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html</a></dd>
21+
<dd class="dontpublish"><a href="http://dev.w3.org/hg/csswg/cssom-view/">http://dev.w3.org/hg/csswg/cssom-view/</a></dd>
2222
<dt class="dontpublish">Participate:</dt>
2323
<dd class="dontpublish"><a href="mailto:www-style@w3.org?subject==%5Bcssom%5D%20">www-style@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-style/">archives</a>)
2424
<dd class="dontpublish"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&amp;component=CSSOM%20View">File a bug</a> (<a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=CSSOM%20View&amp;product=CSS&amp;resolution=---">open bugs</a>) <script async="" src="https://w3c-test.org/resources.whatwg.org/file-bug.js"></script>
@@ -69,7 +69,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6969
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
7070
index at http://www.w3.org/TR/.</a></em>
7171

72-
<p>This is the 26 April 2013 Editor's Draft of CSSOM View. Please send
72+
<p>This is the 8 May 2013 Editor's Draft of CSSOM View. Please send
7373
comments to
7474
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
7575
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
@@ -312,7 +312,7 @@ <h2 id="extensions-to-the-window-interface"><span class="secno">4 </span>Extensi
312312
<dt class="method" id="widl-Window-matchMedia-MediaQueryList-DOMString-query">
313313
<dfn id="widl-Window-matchMedia"><code>matchMedia</code></dfn> (<span class="idlParam"><span class="idlParamType"><a>DOMString</a></span> <span class="idlParamName">query</span></span>), returns <span class="idlMethType"><a>MediaQueryList</a></span></dt>
314314
<dd>
315-
<p>When the <code><a href="#widl-Window-matchMedia">matchMedia</a></code> operation is invoked these steps must be run:</p> <ol> <li><p>Let <var title="">parsed_media_query_list</var> be the result of <a class="external" href="http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#parse-a-media-query-list" title="parse a media query list">parsing</a> <var title="">media_query_list</var>.</li> <li><p>Return a <em>new</em> <code>MediaQueryList</code> object, associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <var title="">parsed_media_query_list</var> as its associated media query list.</li> </ol></dd>
315+
<p>When the <code><a href="#widl-Window-matchMedia">matchMedia</a></code> operation is invoked these steps must be run:</p> <ol> <li><p>Let <var title="">parsed_media_query_list</var> be the result of <a class="external" href="http://dev.w3.org/hg/csswg/cssom/#parse-a-media-query-list" title="parse a media query list">parsing</a> <var title="">media_query_list</var>.</li> <li><p>Return a <em>new</em> <code>MediaQueryList</code> object, associated with the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object, with <var title="">parsed_media_query_list</var> as its associated media query list.</li> </ol></dd>
316316
<dt class="method" id="widl-Window-scroll-void-long-x-long-y">
317317
<dfn id="widl-Window-scroll"><code>scroll</code></dfn> (<span class="idlParam"><span class="idlParamType"><a>long</a></span> <a class="idlParamName" href="#widl-MouseEvent-x">x</a></span>, <span class="idlParam"><span class="idlParamType"><a>long</a></span> <a class="idlParamName" href="#widl-MouseEvent-y">y</a></span>), returns <span class="idlMethType"><a>void</a></span></dt>
318318
<dd>
@@ -341,7 +341,7 @@ <h3 id="the-mediaquerylist-interface"><span class="secno">4.1 </span>The <code t
341341
<dt class="attribute" id="widl-MediaQueryList-media">
342342
<dfn id="widl-MediaQueryList-media"><code>media</code></dfn> of type <span class="idlAttrType"><a>DOMString</a></span>, readonly</dt>
343343
<dd>
344-
<p>The <code><a href="#widl-MediaQueryList-media">media</a></code> attribute must return the <a class="external" href="http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</dd>
344+
<p>The <code><a href="#widl-MediaQueryList-media">media</a></code> attribute must return the <a class="external" href="http://dev.w3.org/hg/csswg/cssom/#serialize-a-media-query-list" title="serialize a media query list">serialized</a> form of the associated media query list.</dd>
345345
<dt class="attribute" id="widl-MediaQueryList-matches">
346346
<dfn id="widl-MediaQueryList-matches"><code>matches</code></dfn> of type <span class="idlAttrType"><a>boolean</a></span>, readonly</dt>
347347
<dd>

cssom-view/cssom-view-source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dl>
1818

1919
<dt>This Version:</dt>
20-
<dd class=dontpublish><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html</a></dd>
20+
<dd class=dontpublish><a href="http://dev.w3.org/hg/csswg/cssom-view/">http://dev.w3.org/hg/csswg/cssom-view/</a></dd>
2121
<dd class=publish><a href="[VERSION]">[VERSION]</a></dd>
2222

2323
<dt class=dontpublish>Participate:</dt>
@@ -29,7 +29,7 @@
2929
<dd class=publish><a href="[LATEST]">[LATEST]</a></dd>
3030

3131
<dt class=publish>Latest Editor Draft:</dt>
32-
<dd class=publish><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html</a></dd>
32+
<dd class=publish><a href="http://dev.w3.org/hg/csswg/cssom-view/">http://dev.w3.org/hg/csswg/cssom-view/</a></dd>
3333

3434
<dt class=dontpublish>Previous Versions:</dt>
3535
<dd class=dontpublish><a href="http://www.w3.org/TR/2009/WD-cssom-view-20090804/">http://www.w3.org/TR/2009/WD-cssom-view-20090804/</a></dd>

cssom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ clean::
6464

6565
cleanall:: clean
6666
$(RM) $(EDFILE)
67-
echo '{ "definitions": {}, "url": "http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#" }' > $(XREFS)
67+
echo '{ "definitions": {}, "url": "http://dev.w3.org/hg/csswg/cssom/#" }' > $(XREFS)
6868

6969

cssom/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 8 May 2013</h2>
2323
<dl>
2424

2525
<dt>This Version:</dt>
26-
<dd class="dontpublish"><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html</a></dd>
26+
<dd class="dontpublish"><a href="http://dev.w3.org/hg/csswg/cssom/">http://dev.w3.org/hg/csswg/cssom/</a></dd>
2727
<dt class="dontpublish">Participate:</dt>
2828
<dd class="dontpublish"><a href="mailto:www-style@w3.org?subject==%5Bcssom%5D%20">www-style@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-style/">archives</a>)</dd>
2929
<dd class="dontpublish"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&amp;component=CSSOM">File a bug</a> (<a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=CSSOM&amp;product=CSS&amp;resolution=---">open bugs</a>) <script async="" src="https://w3c-test.org/resources.whatwg.org/file-bug.js"></script></dd>

cssom/cssom-source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dl>
2323

2424
<dt>This Version:</dt>
25-
<dd class=dontpublish><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html</a></dd>
25+
<dd class=dontpublish><a href="http://dev.w3.org/hg/csswg/cssom/">http://dev.w3.org/hg/csswg/cssom/</a></dd>
2626
<dd class=publish><a href="[VERSION]">[VERSION]</a></dd>
2727

2828
<dt class=dontpublish>Participate:</dt>
@@ -34,7 +34,7 @@
3434
<dd class=publish><a href="[LATEST]">[LATEST]</a></dd>
3535

3636
<dt class=publish>Latest Editor's draft:</dt>
37-
<dd class=publish><a href="https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html">https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html</a></dd>
37+
<dd class=publish><a href="http://dev.w3.org/hg/csswg/cssom/">http://dev.w3.org/hg/csswg/cssom/</a></dd>
3838

3939
<dt class=dontpublish>Previous Version:</dt>
4040
<dd class=dontpublish><a href="http://www.w3.org/TR/2011/WD-cssom-20110712/">http://www.w3.org/TR/2011/WD-cssom-20110712/</a></dd>

0 commit comments

Comments
 (0)