Wed, 28 Jan 2015 15:18:40 -0800
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.1 --- a/bin/css2-cvs2hg Wed Jan 28 11:34:35 2015 -0800 1.2 +++ b/bin/css2-cvs2hg Wed Jan 28 15:18:40 2015 -0800 1.3 @@ -11,7 +11,7 @@ 1.4 # from a zip archive of W3C's CVS repository into a Mercurial bundle file. 1.5 # 1.6 # This bundle can be imported into a clone of CSSWG's repository 1.7 -# (https://dvcs.w3.org/hg/csswg/) to add a 'css2' subdirectory 1.8 +# (https://hg.csswg.org/drafts/) to add a 'css2' subdirectory 1.9 # with all its change history: 1.10 # 1.11 # hg unbundle path/to/css2.hg-bundle
2.1 --- a/css-conditional/Overview.html Wed Jan 28 11:34:35 2015 -0800 2.2 +++ b/css-conditional/Overview.html Wed Jan 28 15:18:40 2015 -0800 2.3 @@ -52,9 +52,9 @@ 2.4 <dd><a 2.5 href="http://dev.w3.org/csswg/css3-conditional/">http://dev.w3.org/csswg/css3-conditional/</a> 2.6 (<a 2.7 - href="https://dvcs.w3.org/hg/csswg/log/tip/css-conditional/Overview.src.html">change 2.8 + href="https://hg.csswg.org/drafts/log/tip/css-conditional/Overview.src.html">change 2.9 log</a>, <a 2.10 - href="https://dvcs.w3.org/hg/csswg/log/tip/css3-conditional/Overview.src.html">older 2.11 + href="https://hg.csswg.org/drafts/log/tip/css3-conditional/Overview.src.html">older 2.12 change log</a>) 2.13 2.14 <dt>Previous version:
3.1 --- a/css-conditional/Overview.src.html Wed Jan 28 11:34:35 2015 -0800 3.2 +++ b/css-conditional/Overview.src.html Wed Jan 28 15:18:40 2015 -0800 3.3 @@ -29,8 +29,8 @@ 3.4 3.5 <dt>Editor's draft: 3.6 <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a> 3.7 - (<a href="https://dvcs.w3.org/hg/csswg/log/tip/css-conditional/Overview.src.html">change log</a>, 3.8 - <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-conditional/Overview.src.html">older change log</a>) 3.9 + (<a href="https://hg.csswg.org/drafts/log/tip/css-conditional/Overview.src.html">change log</a>, 3.10 + <a href="https://hg.csswg.org/drafts/log/tip/css3-conditional/Overview.src.html">older change log</a>) 3.11 3.12 <dt>Previous version: 3.13 <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>
4.1 --- a/css-conditional/doc-20121213-LCWD.html Wed Jan 28 11:34:35 2015 -0800 4.2 +++ b/css-conditional/doc-20121213-LCWD.html Wed Jan 28 15:18:40 2015 -0800 4.3 @@ -43,7 +43,7 @@ 4.4 improve examples 4.5 Raised By: Ben Callahan 4.6 Resolution: Editorial, but will improve examples. 4.7 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/06244e910e27">https://dvcs.w3.org/hg/csswg/rev/06244e910e27</a> 4.8 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/06244e910e27">https://dvcs.w3.org/hg/csswg/rev/06244e910e27</a> 4.9 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> 4.10 </pre> 4.11 4.12 @@ -54,7 +54,7 @@ 4.13 Raised By: Simon Pieters 4.14 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> 4.15 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> 4.16 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac">https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac</a> 4.17 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/34b185ae3bac">https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac</a> 4.18 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> 4.19 </pre> 4.20 4.21 @@ -64,7 +64,7 @@ 4.22 What does @supports return when the OS prevents the support? 4.23 Raised By: James Nurthen 4.24 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.) 4.25 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/6e5d9a1539bd">https://dvcs.w3.org/hg/csswg/rev/6e5d9a1539bd</a> 4.26 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/6e5d9a1539bd">https://dvcs.w3.org/hg/csswg/rev/6e5d9a1539bd</a> 4.27 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> 4.28 </pre> 4.29 4.30 @@ -141,10 +141,10 @@ 4.31 serialization of supports_rule (forgot to edit in previous resolution) 4.32 Raised By: Florian Rivoal 4.33 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> 4.34 -Fixed in <a href="https://dvcs.w3.org/hg/csswg/rev/7dace721dff3">https://dvcs.w3.org/hg/csswg/rev/7dace721dff3</a> 4.35 +Fixed in <a href="https://hg.csswg.org/drafts/rev/7dace721dff3">https://dvcs.w3.org/hg/csswg/rev/7dace721dff3</a> 4.36 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> 4.37 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> 4.38 -Additional clarification added in: <a href="https://dvcs.w3.org/hg/csswg/rev/37491845e530">https://dvcs.w3.org/hg/csswg/rev/37491845e530</a> 4.39 +Additional clarification added in: <a href="https://hg.csswg.org/drafts/rev/37491845e530">https://dvcs.w3.org/hg/csswg/rev/37491845e530</a> 4.40 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> 4.41 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> 4.42 </pre> 4.43 @@ -155,7 +155,7 @@ 4.44 confusing to have OR in one place and AND and NOT in another 4.45 Raised by: Björn Höhrmann 4.46 Resolution: Assumed editorial 4.47 -Fixed in <a href="https://dvcs.w3.org/hg/csswg/rev/139db90ee7b2">https://dvcs.w3.org/hg/csswg/rev/139db90ee7b2</a> 4.48 +Fixed in <a href="https://hg.csswg.org/drafts/rev/139db90ee7b2">https://dvcs.w3.org/hg/csswg/rev/139db90ee7b2</a> 4.49 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> 4.50 Commenter agrees: <a href="http://www.w3.org/mid/[email protected]">http://www.w3.org/mid/[email protected]</a> 4.51 </pre>
5.1 --- a/css-conditional/doc-20130404-CR.html Wed Jan 28 11:34:35 2015 -0800 5.2 +++ b/css-conditional/doc-20130404-CR.html Wed Jan 28 15:18:40 2015 -0800 5.3 @@ -44,7 +44,7 @@ 5.4 improve examples 5.5 Raised By: Brad Kemper 5.6 Resolution: Editorial, and fixed 5.7 -<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>. 5.8 +<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>. 5.9 <a href="http://lists.w3.org/Archives/Public/www-style/2013Jun/0020.html">Group response</a>. 5.10 </pre> 5.11
6.1 --- a/css-fonts/Fonts.html Wed Jan 28 11:34:35 2015 -0800 6.2 +++ b/css-fonts/Fonts.html Wed Jan 28 15:18:40 2015 -0800 6.3 @@ -139,7 +139,7 @@ 6.4 <dd><a 6.5 href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a> 6.6 (<a 6.7 - href="https://dvcs.w3.org/hg/csswg/log/tip/css-fonts/Fonts.html">change 6.8 + href="https://hg.csswg.org/drafts/log/tip/css-fonts/Fonts.html">change 6.9 log</a>) 6.10 6.11 <dt>Previous version:
7.1 --- a/css-fonts/doc-20130711-LCWD.html Wed Jan 28 11:34:35 2015 -0800 7.2 +++ b/css-fonts/doc-20130711-LCWD.html Wed Jan 28 15:18:40 2015 -0800 7.3 @@ -60,8 +60,8 @@ 7.4 Raised By: Anne van Kesteren 7.5 Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0299.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0299.html</a> 7.6 Fixed in: 7.7 -<a href="https://dvcs.w3.org/hg/csswg/rev/8d1905d1c3cf">https://dvcs.w3.org/hg/csswg/rev/8d1905d1c3cf</a> 7.8 -<a href="https://dvcs.w3.org/hg/csswg/rev/9905e92b4df5">https://dvcs.w3.org/hg/csswg/rev/9905e92b4df5</a> 7.9 +<a href="https://hg.csswg.org/drafts/rev/8d1905d1c3cf">https://dvcs.w3.org/hg/csswg/rev/8d1905d1c3cf</a> 7.10 +<a href="https://hg.csswg.org/drafts/rev/9905e92b4df5">https://dvcs.w3.org/hg/csswg/rev/9905e92b4df5</a> 7.11 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0307.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0307.html</a> 7.12 Impact: clarification, no impact on existing implementations (Firefox, IE) 7.13 </pre> 7.14 @@ -73,7 +73,7 @@ 7.15 letter-spacing, font-variant-ligatures and font feature precedence 7.16 Raised By: fantasai 7.17 Resolution: shift the relative precedence of features implied by other CSS properties to be higher than 'font-variant' 7.18 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/368c6ad02232">https://dvcs.w3.org/hg/csswg/rev/368c6ad02232</a> 7.19 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/368c6ad02232">https://dvcs.w3.org/hg/csswg/rev/368c6ad02232</a> 7.20 Group response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0110.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0110.html</a> 7.21 Impact: no effect on implementations (Firefox font-variant experimental implementation behind pref), no effect on existing content 7.22 </pre> 7.23 @@ -85,7 +85,7 @@ 7.24 editorial: political joke in one of the examples 7.25 Raised By: Sergey Malkin 7.26 Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0251.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0251.html</a> 7.27 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/1bd7f210c461">https://dvcs.w3.org/hg/csswg/rev/1bd7f210c461</a> 7.28 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/1bd7f210c461">https://dvcs.w3.org/hg/csswg/rev/1bd7f210c461</a> 7.29 No response from commenter. 7.30 </pre> 7.31 7.32 @@ -96,7 +96,7 @@ 7.33 definition of 'auto' value of 'font-size-adjust' is misleading 7.34 Raised By: Vladimir Levantovsky 7.35 Resolution: drop 'auto' value, per <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html</a> 7.36 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/1c284112685e">https://dvcs.w3.org/hg/csswg/rev/1c284112685e</a> 7.37 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/1c284112685e">https://dvcs.w3.org/hg/csswg/rev/1c284112685e</a> 7.38 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html</a> 7.39 Impact: no implementation of 'auto' value for 'font-size-adjust' (Firefox implements <number> values) 7.40 </pre> 7.41 @@ -110,7 +110,7 @@ 7.42 Raised By: Vladimir Levantovsky 7.43 Resolution: font-size-adjust affects used font-size not computed font-size, per <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html</a> 7.44 Resolution: add an informative note for authors regarding line height, per <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0614.html</a> 7.45 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/1c284112685e">https://dvcs.w3.org/hg/csswg/rev/1c284112685e</a> 7.46 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/1c284112685e">https://dvcs.w3.org/hg/csswg/rev/1c284112685e</a> 7.47 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0624.html</a> 7.48 Impact: clarification based on existing behavior 7.49 </pre> 7.50 @@ -122,7 +122,7 @@ 7.51 editorial: examples should use WOFF fonts rather than TrueType fonts 7.52 Raised By: Vladimir Levantovsky 7.53 Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0252.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0252.html</a> 7.54 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/dbd4337ff7d7">https://dvcs.w3.org/hg/csswg/rev/dbd4337ff7d7</a> 7.55 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/dbd4337ff7d7">https://dvcs.w3.org/hg/csswg/rev/dbd4337ff7d7</a> 7.56 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0267.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0267.html</a> 7.57 </pre> 7.58 7.59 @@ -145,7 +145,7 @@ 7.60 whether 'font-feature-settings: "kern" off' disables kerning from old-style kern table 7.61 Raised By: Jonathan Kew 7.62 Addressed by: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0478.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0478.html</a> 7.63 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/9c4ae1da9e9a">https://dvcs.w3.org/hg/csswg/rev/9c4ae1da9e9a</a> 7.64 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/9c4ae1da9e9a">https://dvcs.w3.org/hg/csswg/rev/9c4ae1da9e9a</a> 7.65 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0522.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0522.html</a> 7.66 Impact: clarification based on existing behavior 7.67 </pre> 7.68 @@ -157,7 +157,7 @@ 7.69 'ordinal' value of 'font-variant-numeric' should be moved to 'font-variant-position' 7.70 Raised By: fantasai 7.71 Resolution: reword description slightly, otherwise no change, per rationale in <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0657.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0657.html</a> 7.72 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/6b6b4d9a7766">https://dvcs.w3.org/hg/csswg/rev/6b6b4d9a7766</a> 7.73 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/6b6b4d9a7766">https://dvcs.w3.org/hg/csswg/rev/6b6b4d9a7766</a> 7.74 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0028.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0028.html</a> 7.75 </pre> 7.76 7.77 @@ -178,7 +178,7 @@ 7.78 i18n-ISSUE-288: Letterform differences 7.79 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.80 Resolution: editorial change, spec updated. 7.81 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.82 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.83 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.84 </pre> 7.85 7.86 @@ -199,7 +199,7 @@ 7.87 i18n-ISSUE-290: Case and normalization heads up 7.88 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.89 Resolution: editorial change, spec updated. 7.90 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.91 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.92 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.93 </pre> 7.94 7.95 @@ -210,7 +210,7 @@ 7.96 i18n-ISSUE-291: Fantasy and playful 7.97 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.98 Resolution: editorial change, spec updated. 7.99 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.100 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.101 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.102 </pre> 7.103 7.104 @@ -221,7 +221,7 @@ 7.105 i18n-ISSUE-292: Synthesised cyrillic italics 7.106 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.107 Resolution: editorial change, spec updated. 7.108 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.109 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.110 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.111 </pre> 7.112 7.113 @@ -232,7 +232,7 @@ 7.114 i18n-ISSUE-293: Aspect value vs aspect ratio 7.115 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.116 Resolution: editorial change, spec updated. 7.117 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.118 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.119 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.120 </pre> 7.121 7.122 @@ -243,7 +243,7 @@ 7.123 i18n-ISSUE-294: Fonts available on platforms 7.124 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.125 Resolution: editorial change, spec updated. 7.126 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.127 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.128 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.129 </pre> 7.130 7.131 @@ -264,7 +264,7 @@ 7.132 i18n-ISSUE-296: Usable characters in unicode-range 7.133 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.134 Resolution: editorial change, spec updated. 7.135 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/b08fc2c6efdd">https://dvcs.w3.org/hg/csswg/rev/b08fc2c6efdd</a> 7.136 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/b08fc2c6efdd">https://dvcs.w3.org/hg/csswg/rev/b08fc2c6efdd</a> 7.137 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.138 </pre> 7.139 7.140 @@ -288,7 +288,7 @@ 7.141 i18n-ISSUE-297: Double slash before URI 7.142 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.143 Resolution: editorial change, spec updated. 7.144 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.145 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.146 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.147 </pre> 7.148 7.149 @@ -299,7 +299,7 @@ 7.150 i18n-ISSUE-298: To ensure or to insure, that is the question 7.151 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.152 Resolution: editorial change, spec updated. 7.153 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.154 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.155 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.156 </pre> 7.157 7.158 @@ -310,7 +310,7 @@ 7.159 i18n-ISSUE-299: Cluster matching 1b 7.160 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.161 Resolution: editorial change, spec updated. 7.162 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/b08fc2c6efdd">https://dvcs.w3.org/hg/csswg/rev/b08fc2c6efdd</a> 7.163 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/b08fc2c6efdd">https://dvcs.w3.org/hg/csswg/rev/b08fc2c6efdd</a> 7.164 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0309.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0309.html</a> 7.165 </pre> 7.166 7.167 @@ -321,7 +321,7 @@ 7.168 i18n-ISSUE-300: ja-jp too verbose 7.169 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.170 Resolution: editorial change, spec updated. 7.171 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.172 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.173 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.174 </pre> 7.175 7.176 @@ -332,7 +332,7 @@ 7.177 i18n-ISSUE-301: Unicode reference 7.178 Raised By: Internationalization WG (rishida), three weeks after the end of LC 7.179 Resolution: editorial change, spec updated. 7.180 -Fixed in: <a href="https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.181 +Fixed in: <a href="https://hg.csswg.org/drafts/rev/3479cdefc59a">https://dvcs.w3.org/hg/csswg/rev/3479cdefc59a</a> 7.182 Commenter agrees: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0310.html</a> 7.183 </pre> 7.184 </body>
8.1 --- a/css-gcpm/Overview.html Wed Jan 28 11:34:35 2015 -0800 8.2 +++ b/css-gcpm/Overview.html Wed Jan 28 15:18:40 2015 -0800 8.3 @@ -57,7 +57,7 @@ 8.4 <h1 class="p-name no-ref" id=title>CSS Generated Content for Paged Media Module</h1> 8.5 <h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editorâs Draft, 8.6 <span class=dt-updated><span class=value-title title=20141028>28 October 2014</span></span></span></h2> 8.7 - <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-gcpm/>http://dev.w3.org/csswg/css-gcpm/</a><dt>Previous Versions:<dd><a href=https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html rel=previous>https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/ rel=previous>http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/</a><dt>Feedback:<dd><span><a href="mailto:[email protected]?subject=[css-gcpm] feedback">[email protected]</a> with subject line â<kbd>[css-gcpm] <var>⦠message topic â¦</var></kbd>â (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt>Test Suite:<dd><a href=http://test.csswg.org/suites/css-gcpm-3_dev/nightly-unstable/>http://test.csswg.org/suites/css-gcpm-3_dev/nightly-unstable/</a><dt>Editor:<dd><div class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:[email protected]>Dave Cramer</a> (<span class="p-org org">Hachette Livre</span>)</div><dt>Former Editor:<dd><div class="p-author h-card vcard"><span class="p-name fn">HÃ¥kon Wium Lie</span> (<span class="p-org org">Opera Software</span>)</div><dt>Issue Tracking:<dd><span><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&component=Generated%20Content%20for%20Paged%20Media">W3C Bugzilla</a></span></dl></div> 8.8 + <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-gcpm/>http://dev.w3.org/csswg/css-gcpm/</a><dt>Previous Versions:<dd><a href=https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html rel=previous>https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/ rel=previous>http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/</a><dt>Feedback:<dd><span><a href="mailto:[email protected]?subject=[css-gcpm] feedback">[email protected]</a> with subject line â<kbd>[css-gcpm] <var>⦠message topic â¦</var></kbd>â (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt>Test Suite:<dd><a href=http://test.csswg.org/suites/css-gcpm-3_dev/nightly-unstable/>http://test.csswg.org/suites/css-gcpm-3_dev/nightly-unstable/</a><dt>Editor:<dd><div class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:[email protected]>Dave Cramer</a> (<span class="p-org org">Hachette Livre</span>)</div><dt>Former Editor:<dd><div class="p-author h-card vcard"><span class="p-name fn">HÃ¥kon Wium Lie</span> (<span class="p-org org">Opera Software</span>)</div><dt>Issue Tracking:<dd><span><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&component=Generated%20Content%20for%20Paged%20Media">W3C Bugzilla</a></span></dl></div> 8.9 <div data-fill-with=warning></div> 8.10 <p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply. 8.11 </p> 8.12 @@ -1131,7 +1131,7 @@ 8.13 8.14 <h2 class="no-num heading settled" id=changes><span class=content>Appendix C: Changes</span><a class=self-link href=#changes></a></h2> 8.15 8.16 -<p>Changes since the <a href=https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html>24 September 2013 Editorâs Draft</a> are:</p> 8.17 +<p>Changes since the <a href=https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html>24 September 2013 Editorâs Draft</a> are:</p> 8.18 8.19 8.20 <ul>
9.1 --- a/css-gcpm/Overview.src.html Wed Jan 28 11:34:35 2015 -0800 9.2 +++ b/css-gcpm/Overview.src.html Wed Jan 28 15:18:40 2015 -0800 9.3 @@ -9,7 +9,7 @@ 9.4 Former Editor: HÃ¥kon Wium Lie, Opera Software 9.5 Link defaults: css-content-3 (property) counter-increment, css-content-3 (property) counter-reset, css21 (property) string, css21 (property) max-height 9.6 Abstract: Books and other paged media often use special techniques to display information. Content may be moved to or generated for special areas of the page, such as running heads or footnotes. Generated content within pages, such as tab leaders or cross-references, helps readers navigate within and between pages. 9.7 -Previous version: https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html 9.8 +Previous version: https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html 9.9 Previous version: http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/ 9.10 !Issue Tracking: <a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSS&component=Generated%20Content%20for%20Paged%20Media">W3C Bugzilla</a> 9.11 Ignored Terms: content-list, 9.12 @@ -1190,7 +1190,7 @@ 9.13 9.14 <h2 class="no-num" id="changes">Appendix C: Changes</h2> 9.15 9.16 - Changes since the <a href="https://dvcs.w3.org/hg/csswg/raw-file/6a5c44d11c2b/css-gcpm/Overview.html">24 September 2013 Editorâs Draft</a> are: 9.17 + Changes since the <a href="https://hg.csswg.org/drafts/raw-file/6a5c44d11c2b/css-gcpm/Overview.html">24 September 2013 Editorâs Draft</a> are: 9.18 9.19 9.20 <ul>
10.1 --- a/css-module/Overview.html Wed Jan 28 11:34:35 2015 -0800 10.2 +++ b/css-module/Overview.html Wed Jan 28 15:18:40 2015 -0800 10.3 @@ -69,7 +69,7 @@ 10.4 <dd><a 10.5 href="http://dev.w3.org/csswg/css-module/">http://dev.w3.org/csswg/css-module/</a> 10.6 (<a 10.7 - href="https://dvcs.w3.org/hg/csswg/log/tip/css-module/Overview.src.html">change 10.8 + href="https://hg.csswg.org/drafts/log/tip/css-module/Overview.src.html">change 10.9 log</a>) 10.10 10.11 <dt>Previous version:
11.1 --- a/css-module/Overview.src.html Wed Jan 28 11:34:35 2015 -0800 11.2 +++ b/css-module/Overview.src.html Wed Jan 28 15:18:40 2015 -0800 11.3 @@ -45,7 +45,7 @@ 11.4 11.5 <dt>Editor's draft: 11.6 <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a> 11.7 - (<a href="https://dvcs.w3.org/hg/csswg/log/tip/[SHORTNAME]/Overview.src.html">change log</a>) 11.8 + (<a href="https://hg.csswg.org/drafts/log/tip/[SHORTNAME]/Overview.src.html">change log</a>) 11.9 11.10 <dt>Previous version: 11.11 <dd><a href="http://www.w3.org/PreviousVersionURI">
12.1 --- a/css-overflow/Overview.bs Wed Jan 28 11:34:35 2015 -0800 12.2 +++ b/css-overflow/Overview.bs Wed Jan 28 15:18:40 2015 -0800 12.3 @@ -10,9 +10,9 @@ 12.4 Editor: L. David Baron, Mozilla, http://dbaron.org/ 12.5 Abstract: This module contains the features of CSS relating to new mechanisms of overflow handling in visual media (e.g., screen or paper). In interactive media, it describes features that allow the overflow from a fixed size container to be handled by pagination (displaying one page at a time). It also describes features, applying to all visual media, that allow the contents of an element to be spread across multiple fragments, allowing the contents to flow across multiple regions or to have different styles for different fragments. 12.6 Status Text: The following features are at risk: … 12.7 -!Change Log: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a> 12.8 -!Change Log: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a> 12.9 -!Change Log: <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-overflow/Overview.src.html">from 31 July 2012 to 27 March 2013</a> 12.10 +!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a> 12.11 +!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a> 12.12 +!Change Log: <a href="https://hg.csswg.org/drafts/log/tip/css3-overflow/Overview.src.html">from 31 July 2012 to 27 March 2013</a> 12.13 </pre> 12.14 <!-- FIXME: Regressions from bikeshed conversion: --> 12.15 <!-- - Value lines in propdef tables no longer link to #values. -->
13.1 --- a/css-overflow/Overview.html Wed Jan 28 11:34:35 2015 -0800 13.2 +++ b/css-overflow/Overview.html Wed Jan 28 15:18:40 2015 -0800 13.3 @@ -192,9 +192,9 @@ 13.4 <dd class="editor"> 13.5 <div class="p-author h-card vcard"><a class="p-name fn u-url url" href="http://dbaron.org/">L. David Baron</a> (<span class="p-org org">Mozilla</span>)</div> 13.6 <dt>Change Log: 13.7 - <dd><span><a href="https://dvcs.w3.org/hg/csswg/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a></span> 13.8 - <dd><span><a href="https://dvcs.w3.org/hg/csswg/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a></span> 13.9 - <dd><span><a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-overflow/Overview.src.html">from 31 July 2012 to 27 March 2013</a></span> 13.10 + <dd><span><a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.bs">from 27 January 2015 to the present</a></span> 13.11 + <dd><span><a href="https://hg.csswg.org/drafts/log/tip/css-overflow/Overview.src.html">from 28 March 2013 to 27 January 2015</a></span> 13.12 + <dd><span><a href="https://hg.csswg.org/drafts/log/tip/css3-overflow/Overview.src.html">from 31 July 2012 to 27 March 2013</a></span> 13.13 </dl> 13.14 </div> 13.15
14.1 --- a/css-style-attr/Overview.html Wed Jan 28 11:34:35 2015 -0800 14.2 +++ b/css-style-attr/Overview.html Wed Jan 28 15:18:40 2015 -0800 14.3 @@ -54,7 +54,7 @@ 14.4 <dd><a 14.5 href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a> 14.6 (<a 14.7 - href="https://dvcs.w3.org/hg/csswg/log/tip/css-style-attr/Overview.src.html">change 14.8 + href="https://hg.csswg.org/drafts/log/tip/css-style-attr/Overview.src.html">change 14.9 log</a>) 14.10 14.11 <dt>Previous version:
15.1 --- a/css-style-attr/Overview.src.html Wed Jan 28 11:34:35 2015 -0800 15.2 +++ b/css-style-attr/Overview.src.html Wed Jan 28 15:18:40 2015 -0800 15.3 @@ -30,7 +30,7 @@ 15.4 15.5 <dt>Editor's draft: 15.6 <dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a> 15.7 - (<a href="https://dvcs.w3.org/hg/csswg/log/tip/[SHORTNAME]/Overview.src.html">change log</a>) 15.8 + (<a href="https://hg.csswg.org/drafts/log/tip/[SHORTNAME]/Overview.src.html">change log</a>) 15.9 15.10 <dt>Previous version: 15.11 <dd><a href="http://www.w3.org/TR/2013/PR-css-style-attr-20131003/">http://www.w3.org/TR/2013/PR-css-style-attr-20131003/</a>
16.1 --- a/css-transitions/Overview.bs Wed Jan 28 11:34:35 2015 -0800 16.2 +++ b/css-transitions/Overview.bs Wed Jan 28 15:18:40 2015 -0800 16.3 @@ -1599,14 +1599,14 @@ 16.4 <li>The identifiers accepted by 'transition-property' are defined in terms of <<custom-ident>>.</li> 16.5 </ul> 16.6 16.7 -<p>For more details on these changes, see the version control <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a> and the <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>.</p> 16.8 +<p>For more details on these changes, see the version control <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a> and the <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>.</p> 16.9 16.10 <p>For changes in earlier working drafts:</p> 16.11 16.12 <ol> 16.13 <li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20131119/#changes">changes section in the 19 November 2013 Working Draft</a> 16.14 <li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a> for changes in previous working drafts 16.15 - <li>For more details on these changes, see the version control change logs, which are split in three parts because of file renaming: <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>. 16.16 + <li>For more details on these changes, see the version control change logs, which are split in three parts because of file renaming: <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a>, <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>. 16.17 </ol> 16.18 16.19 <h2 id="acknowledgments">Acknowledgments</h2>
17.1 --- a/css-transitions/Overview.html Wed Jan 28 11:34:35 2015 -0800 17.2 +++ b/css-transitions/Overview.html Wed Jan 28 15:18:40 2015 -0800 17.3 @@ -2426,7 +2426,7 @@ 17.4 </ul> 17.5 17.6 17.7 - <p>For more details on these changes, see the version control <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a> and the <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>.</p> 17.8 + <p>For more details on these changes, see the version control <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a> and the <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>.</p> 17.9 17.10 17.11 <p>For changes in earlier working drafts:</p> 17.12 @@ -2438,7 +2438,7 @@ 17.13 17.14 <li>see the <a href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/ChangeLog">the ChangeLog</a> for changes in previous working drafts 17.15 17.16 - <li>For more details on these changes, see the version control change logs, which are split in three parts because of file renaming: <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>. 17.17 + <li>For more details on these changes, see the version control change logs, which are split in three parts because of file renaming: <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.bs">change log since 2015 January 26</a>, <a href="https://hg.csswg.org/drafts/log/tip/css-transitions/Overview.src.html">change log from 2013 March 28 to 2015 January 26</a>, <a href="https://dvcs.w3.org/hg/csswg/log/tip/css3-transitions/Overview.src.html">change log before 2013 March 28</a>. 17.18 </ol> 17.19 17.20