Skip to content

Commit 5752129

Browse files
committed
Update links to CSSWG mercurial repository to point to new primary repository.
This links to what is now the canonical URL for this repository, avoids a redirect, and avoids linking to a server that might go away. For more details about the repository change, see: https://lists.w3.org/Archives/Member/w3c-css-wg/2014OctDec/0282.html or the parallel message for the FXTF repository (which is public): https://lists.w3.org/Archives/Public/public-fx/2014OctDec/0135.html
1 parent 0083b52 commit 5752129

17 files changed

+52
-52
lines changed

bin/css2-cvs2hg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# from a zip archive of W3C's CVS repository into a Mercurial bundle file.
1212
#
1313
# This bundle can be imported into a clone of CSSWG's repository
14-
# (https://dvcs.w3.org/hg/csswg/) to add a 'css2' subdirectory
14+
# (https://hg.csswg.org/drafts/) to add a 'css2' subdirectory
1515
# with all its change history:
1616
#
1717
# hg unbundle path/to/css2.hg-bundle

css-conditional/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ <h2 class="no-num no-toc">Editor's Draft <span class=dt-updated><span
5252
<dd><a
5353
href="http://dev.w3.org/csswg/css3-conditional/">http://dev.w3.org/csswg/css3-conditional/</a>
5454
(<a
55-
href="https://dvcs.w3.org/hg/csswg/log/tip/css-conditional/Overview.src.html">change
55+
href="https://hg.csswg.org/drafts/log/tip/css-conditional/Overview.src.html">change
5656
log</a>, <a
57-
href="https://dvcs.w3.org/hg/csswg/log/tip/css3-conditional/Overview.src.html">older
57+
href="https://hg.csswg.org/drafts/log/tip/css3-conditional/Overview.src.html">older
5858
change log</a>)
5959

6060
<dt>Previous version:

css-conditional/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="val
2929

3030
<dt>Editor's draft:
3131
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
32-
(<a href="https://dvcs.w3.org/hg/csswg/log/tip/css-conditional/Overview.src.html">change log</a>,
33-
<a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-conditional/Overview.src.html">older change log</a>)
32+
(<a href="https://hg.csswg.org/drafts/log/tip/css-conditional/Overview.src.html">change log</a>,
33+
<a href="https://hg.csswg.org/drafts/log/tip/css3-conditional/Overview.src.html">older change log</a>)
3434

3535
<dt>Previous version:
3636
<dd><a rel="previous" href="http://www.w3.org/TR/2013/CR-css3-conditional-20130404/">http://www.w3.org/TR/2013/CR-css3-conditional-20130404/</a></dd>

css-conditional/doc-20121213-LCWD.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2012-12-13
4343
improve examples
4444
Raised By: Ben Callahan
4545
Resolution: Editorial, but will improve examples.
46-
Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/06244e910e27">https://dvcs.w3.org/hg/csswg/rev/06244e910e27</a>
46+
Fixed in: <a href="https://hg.csswg.org/drafts/rev/06244e910e27">https://dvcs.w3.org/hg/csswg/rev/06244e910e27</a>
4747
Group response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0231.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0231.html</a>
4848
</pre>
4949

@@ -54,7 +54,7 @@ <h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2012-12-13
5454
Raised By: Simon Pieters
5555
Proposal: <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0277.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0277.html</a>
5656
Resolution: require spaces, per <a href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0330.html">http://lists.w3.org/Archives/Public/www-style/2012Dec/0330.html</a>
57-
Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac">https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac</a>
57+
Fixed in: <a href="https://hg.csswg.org/drafts/rev/34b185ae3bac">https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac</a>
5858
Group response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0232.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0232.html</a>
5959
</pre>
6060

@@ -64,7 +64,7 @@ <h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2012-12-13
6464
What does @supports return when the OS prevents the support?
6565
Raised By: James Nurthen
6666
Resolution: user and system preferences do not affect what @supports returns; it's only about UA capabilities, and must be the same as declaration fallback. So add a clarification of this, but no substantive change. (Resolved 2013-02-06, AM I.)
67-
Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/6e5d9a1539bd">https://dvcs.w3.org/hg/csswg/rev/6e5d9a1539bd</a>
67+
Fixed in: <a href="https://hg.csswg.org/drafts/rev/6e5d9a1539bd">https://dvcs.w3.org/hg/csswg/rev/6e5d9a1539bd</a>
6868
Group response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0233.html</a>
6969
</pre>
7070

@@ -141,10 +141,10 @@ <h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2012-12-13
141141
serialization of supports_rule (forgot to edit in previous resolution)
142142
Raised By: Florian Rivoal
143143
Resolution: third resolution in <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0749.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0749.html</a>
144-
Fixed in <a href="https://dvcs.w3.org/hg/csswg/rev/7dace721dff3">https://dvcs.w3.org/hg/csswg/rev/7dace721dff3</a>
144+
Fixed in <a href="https://hg.csswg.org/drafts/rev/7dace721dff3">https://dvcs.w3.org/hg/csswg/rev/7dace721dff3</a>
145145
Reply: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0235.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0235.html</a>
146146
Additional clarification requested in: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0237.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0237.html</a>
147-
Additional clarification added in: <a href="https://dvcs.w3.org/hg/csswg/rev/37491845e530">https://dvcs.w3.org/hg/csswg/rev/37491845e530</a>
147+
Additional clarification added in: <a href="https://hg.csswg.org/drafts/rev/37491845e530">https://dvcs.w3.org/hg/csswg/rev/37491845e530</a>
148148
Additional reply: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0238.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0238.html</a>
149149
Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0244.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0244.html</a>
150150
</pre>
@@ -155,7 +155,7 @@ <h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2012-12-13
155155
confusing to have OR in one place and AND and NOT in another
156156
Raised by: Björn Höhrmann
157157
Resolution: Assumed editorial
158-
Fixed in <a href="https://dvcs.w3.org/hg/csswg/rev/139db90ee7b2">https://dvcs.w3.org/hg/csswg/rev/139db90ee7b2</a>
158+
Fixed in <a href="https://hg.csswg.org/drafts/rev/139db90ee7b2">https://dvcs.w3.org/hg/csswg/rev/139db90ee7b2</a>
159159
Reply: <a href="http://lists.w3.org/Archives/Public/www-style/2013Feb/0239.html">http://lists.w3.org/Archives/Public/www-style/2013Feb/0239.html</a>
160160
Commenter agrees: <a href="http://www.w3.org/mid/0ln8h81t117a49bc0queqm89o2fo4g65n7@hive.bjoern.hoehrmann.de">http://www.w3.org/mid/0ln8h81t117a49bc0queqm89o2fo4g65n7@hive.bjoern.hoehrmann.de</a>
161161
</pre>

css-conditional/doc-20130404-CR.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2013-04-04
4444
improve examples
4545
Raised By: Brad Kemper
4646
Resolution: Editorial, and fixed
47-
<a href="https://dvcs.w3.org/hg/csswg/rev/a738b83fd597">Fix changeset 1</a>. <a href="https://dvcs.w3.org/hg/csswg/rev/9421e8cccd2e">Fix changeset 2</a>.
47+
<a href="https://hg.csswg.org/drafts/rev/a738b83fd597">Fix changeset 1</a>. <a href="https://dvcs.w3.org/hg/csswg/rev/9421e8cccd2e">Fix changeset 2</a>.
4848
<a href="http://lists.w3.org/Archives/Public/www-style/2013Jun/0020.html">Group response</a>.
4949
</pre>
5050

css-fonts/Fonts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 class="no-num no-toc" id=editors-draft-27-october-2014>Editor's Draft
139139
<dd><a
140140
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
141141
(<a
142-
href="https://dvcs.w3.org/hg/csswg/log/tip/css-fonts/Fonts.html">change
142+
href="https://hg.csswg.org/drafts/log/tip/css-fonts/Fonts.html">change
143143
log</a>)
144144

145145
<dt>Previous version:

0 commit comments

Comments
 (0)