Skip to content

Commit 492f736

Browse files
author
Peter Linss
committed
change //dev.w3.org/csswg/ urls to //drafts.csswg.org/
1 parent 40af4c9 commit 492f736

File tree

66 files changed

+189
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+189
-189
lines changed

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Level: 3
66
Group: csswg
77
Status: ED
88
Work Status: Revising
9-
ED: http://dev.w3.org/csswg/css-align/
9+
ED: https://drafts.csswg.org/css-align/
1010
TR: http://www.w3.org/TR/css-align-3/
1111
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/

css-animations-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Work Status: Exploring
2222
Shortname: css-animations-2
2323
Level: 2
2424
Group: csswg
25-
ED: http://dev.w3.org/csswg/css-animations-2/
25+
ED: https://drafts.csswg.org/css-animations-2/
2626
Editor: L. David Baron, Mozilla, dbaron@dbaron.org
2727
!Issues List: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a>
2828

css-animations/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortname: css-animations
2020
Level: 1
2121
Group: csswg
2222
TR: http://www.w3.org/TR/css3-animations/
23-
ED: http://dev.w3.org/csswg/css-animations/
23+
ED: https://drafts.csswg.org/css-animations/
2424
Previous Version: http://www.w3.org/TR/2013/WD-css3-animations-20130219/
2525
Previous Version: http://www.w3.org/TR/2012/WD-css3-animations-20120403/
2626
Editor: Dean Jackson, Apple Inc., dino@apple.com
@@ -333,7 +333,7 @@ Keyframes</h2>
333333
This specification needs to define
334334
how the value is determined from the keyframes,
335335
like the section on
336-
<a href="http://dev.w3.org/csswg/css-transitions/#application">Application of transitions</a>
336+
<a href="https://drafts.csswg.org/css-transitions/#application">Application of transitions</a>
337337
does for CSS Transitions.
338338
</p>
339339

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Status: ED
77
Work Status: Exploring
88
Group: csswg
99
TR: http://www.w3.org/TR/css-backgrounds-4/
10-
ED: http://dev.w3.org/csswg/css-backgrounds-4/
10+
ED: https://drafts.csswg.org/css-backgrounds-4/
1111
Editor: Bert Bos, W3C, bert@w3.org
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1313
Editor: Lea Verou, Invited Expert, http://lea.verou.me/about/
@@ -370,7 +370,7 @@ The 'border-clip' properties</h3>
370370
the border edge. The first part is visible, the second is invisible,
371371
the third part is visible, etc. Parts can be specified with lengths,
372372
percentages, or fractions (expressed by the ''fr'' unit, as per
373-
[[CSS3GRID]] or its <a href="http://dev.w3.org/csswg/css3-grid/">editor's
373+
[[CSS3GRID]] or its <a href="https://drafts.csswg.org/css3-grid/">editor's
374374
edition</a>).
375375
The ''border-clip/normal'' value means
376376
that the border is not split, but shown normally.

css-break/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Status: CR
66
Date: 2016-01-14
77
Deadline: 2016-06-15
88
Work Status: Testing
9-
ED: http://dev.w3.org/csswg/css-break/
9+
ED: https://drafts.csswg.org/css-break/
1010
Shortname: css-break
1111
Group: csswg
1212
Level: 3

css-cascade-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Level: 3
66
Status: ED
77
Work Status: Testing
88
Group: csswg
9-
ED: http://dev.w3.org/csswg/css-cascade-3/
9+
ED: https://drafts.csswg.org/css-cascade-3/
1010
TR: http://www.w3.org/TR/css-cascade-3/
1111
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1313
Previous Version: http://www.w3.org/TR/2015/CR-css-cascade-3-20150416/
1414
Previous Version: http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/
1515
Previous Version: http://www.w3.org/TR/2013/WD-css3-cascade-20130103/
1616
Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
17-
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-cascade/issues
17+
Issue Tracking: Disposition of Comments https://drafts.csswg.org/css-cascade/issues
1818
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
1919
Ignored Terms: auto, flex items
2020
Link Defaults: css21 (property) display
@@ -893,7 +893,7 @@ Changes Since the 3 October 2013 Candidate Recommendation</h3>
893893

894894
</ul>
895895

896-
<p>A <a href="http://dev.w3.org/csswg/css-cascade-3/issues-cr-2013">Disposition of Comments</a> is available.
896+
<p>A <a href="https://drafts.csswg.org/css-cascade-3/issues-cr-2013">Disposition of Comments</a> is available.
897897

898898
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
899899

css-cascade/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Date: 2015-01-14
88
Deadline: 2015-06-15
99
Work Status: Testing
1010
Group: csswg
11-
ED: http://dev.w3.org/csswg/css-cascade/
11+
ED: https://drafts.csswg.org/css-cascade/
1212
TR: http://www.w3.org/TR/css-cascade-4/
1313
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1414
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
@@ -17,7 +17,7 @@ Previous Version: http://www.w3.org/TR/2015/WD-css-cascade-4-20150421/
1717
Previous Version: http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/
1818
Previous Version: http://www.w3.org/TR/2013/WD-css3-cascade-20130103/
1919
Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
20-
Issue Tracking: Disposition of Comments http://dev.w3.org/csswg/css-cascade/issues
20+
Issue Tracking: Disposition of Comments https://drafts.csswg.org/css-cascade/issues
2121
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
2222
Abstract:
2323
Abstract: New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.

css-color/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<pre class=metadata>
44
Status: ED
55
Work Status: Exploring
6-
ED: http://dev.w3.org/csswg/css-color/
6+
ED: https://drafts.csswg.org/css-color/
77
Shortname: css-color
88
Group: csswg
99
Level: 4

css-conditional/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Shortname: css3-conditional
55
Level: 3
66
Status: ED
77
Work Status: Testing
8-
ED: http://dev.w3.org/csswg/css3-conditional/
8+
ED: https://drafts.csswg.org/css3-conditional/
99
TR: http://www.w3.org/TR/css3-conditional/
1010
Previous Version: http://www.w3.org/TR/2013/CR-css3-conditional-20130404/
1111
Test Suite: http://test.csswg.org/suites/css3-conditional/nightly-unstable/

css-containment/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Shortname: css-containment
66
Status: ED
77
Work Status: Exploring
88
Group: csswg
9-
ED: http://dev.w3.org/csswg/css-containment/
9+
ED: https://drafts.csswg.org/css-containment/
1010
Editor: Tab Atkins, Google, http://xanthir.com/contact/
1111
Abstract: This CSS module describes the 'contain' property, which indicates that the element's subtree is independent of the rest of the page. This enables heavy optimizations by user agents when used well.
1212
Ignored Terms: scrollWidth, scrollHeight, clientWidth, clientHeight, formatting context

css-content/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Shortname: css-content
66
Level: 3
77
Group: csswg
88
TR: http://www.w3.org/TR/css3-content/
9-
ED: http://dev.w3.org/csswg/css-content/
9+
ED: https://drafts.csswg.org/css-content/
1010
Previous Version: http://www.w3.org/TR/2003/WD-css3-content-20030514/
1111
Editor: Fantasai, W3C Invited Expert, http://fantasai.inkedblade.net/contact
1212
Editor: Dave Cramer, Hachette Livre, dauwhe@gmail.com

css-counter-styles/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Level: 3
66
Status: ED
77
Work Status: Testing
88
Group: csswg
9-
ED: http://dev.w3.org/csswg/css-counter-styles/
9+
ED: https://drafts.csswg.org/css-counter-styles/
1010
TR: http://www.w3.org/TR/css-counter-styles-3/
1111
Previous Version: http://www.w3.org/TR/2015/CR-css-counter-styles-3-20150611/
1212
Previous Version: http://www.w3.org/TR/2014/WD-css-counter-styles-3-20140826/
@@ -1048,7 +1048,7 @@ Marker characters: the 'symbols' and 'additive-symbols' descriptors</h3>
10481048
Counter representations are constructed by concatenating counter symbols together.
10491049
Identifiers are rendered as strings containing the same characters.
10501050
Images are rendered as inline replaced elements.
1051-
The <a href="http://dev.w3.org/csswg/css3-images/#default-object-size">default object size</a> of an image <i>counter symbol</i> is a 1em by 1em square.
1051+
The <a href="https://drafts.csswg.org/css3-images/#default-object-size">default object size</a> of an image <i>counter symbol</i> is a 1em by 1em square.
10521052

10531053
Note: If using identifiers rather than strings to define the symbols,
10541054
be aware of the syntax of identifiers.
@@ -1792,7 +1792,7 @@ Symbolic: ''disc'', ''circle'', ''square'', ''disclosure-open'', ''disclosure-cl
17921792
such as HTML's <code>&lt;details></code> element.
17931793
If the image is directional,
17941794
it must respond to the <i>writing mode</i> of the element [[!CSS3-WRITING-MODES]],
1795-
similar to the <a href="http://dev.w3.org/csswg/css4-images/#bidi-images">bidi-sensitive images</a> feature of the Images 4 module.
1795+
similar to the <a href="https://drafts.csswg.org/css4-images/#bidi-images">bidi-sensitive images</a> feature of the Images 4 module.
17961796
For example, the ''disclosure-closed'' style might use the characters
17971797
U+25B8 BLACK RIGHT-POINTING SMALL TRIANGLE (▸)
17981798
and U+25C2 BLACK LEFT-POINTING SMALL TRIANGLE (◂),

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<pre class='metadata'>
44
Status: ED
55
Work Status: Revising
6-
ED: http://dev.w3.org/csswg/css-display/
6+
ED: https://drafts.csswg.org/css-display/
77
Shortname: css-display
88
Group: csswg
99
Level: 3

css-egg/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Work Status: Exploring
88
Group: csswg
99
Date: 2015-04-01
1010
TR: http://www.w3.org/TR/css-egg/
11-
ED: http://dev.w3.org/csswg/css-egg/
11+
ED: https://drafts.csswg.org/css-egg/
1212
Editor: Florian Rivoal, Invited Expert, http://florian.rivoal.net, florian@rivoal.net
1313
Abstract: This module extends the vocabulary of CSS with terms frequently used in certain domains, making it easier for authors to write understandable and maintainable style sheets.
1414
Link Defaults: css-values-3 (type) <time>

css-exclusions/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Work Status: Exploring
66
Shortname: css-exclusions
77
Level: 1
88
Group: csswg
9-
ED: http://dev.w3.org/csswg/css-exclusions/
9+
ED: https://drafts.csswg.org/css-exclusions/
1010
TR: http://www.w3.org/TR/css3-exclusions/
1111
Previous Version: http://www.w3.org/TR/2015/WD-css3-exclusions-20150115/
1212
Previous Version: http://www.w3.org/TR/2013/WD-css3-exclusions-20130528/

css-extensions/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Shortname: css-extensions
55
Level: 1
66
Status: ED
77
Work Status: Exploring
8-
ED: http://dev.w3.org/csswg/css-extensions
8+
ED: https://drafts.csswg.org/css-extensions
99
Editor: Tab Atkins, Google, http://xanthir.com/contact/
1010
Abstract: This specification defines methods for authors to extend and enhance various CSS features.
1111
</pre>

0 commit comments

Comments
 (0)