Skip to content

Commit f82a217

Browse files
author
Peter Linss
committed
change w3.org/TR/ urls to https
1 parent 3d41908 commit f82a217

File tree

62 files changed

+1042
-1042
lines changed

Some content is hidden

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

62 files changed

+1042
-1042
lines changed

css-2015/Overview.bs

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

css-align/Overview.bs

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Group: csswg
77
Status: ED
88
Work Status: Revising
99
ED: https://drafts.csswg.org/css-align/
10-
TR: http://www.w3.org/TR/css-align-3/
10+
TR: https://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/
13-
Previous Version: http://www.w3.org/TR/2014/WD-css-align-3-20141218/
14-
Previous Version: http://www.w3.org/TR/2013/WD-css3-align-20130514/
15-
Previous Version: http://www.w3.org/TR/2012/WD-css3-align-20120612/
16-
Abstract: This module contains the features of <a href="http://www.w3.org/TR/CSS/">CSS</a> relating to the alignment of boxes within their containers in the various CSS box layout models: block layout, table layout, flex layout, and grid layout. (The alignment of text and inline-level content is defined in [[CSS-TEXT-3]] and [[CSS-INLINE-3]].)
13+
Previous Version: https://www.w3.org/TR/2014/WD-css-align-3-20141218/
14+
Previous Version: https://www.w3.org/TR/2013/WD-css3-align-20130514/
15+
Previous Version: https://www.w3.org/TR/2012/WD-css3-align-20120612/
16+
Abstract: This module contains the features of <a href="https://www.w3.org/TR/CSS/">CSS</a> relating to the alignment of boxes within their containers in the various CSS box layout models: block layout, table layout, flex layout, and grid layout. (The alignment of text and inline-level content is defined in [[CSS-TEXT-3]] and [[CSS-INLINE-3]].)
1717
Link Defaults: selectors-3 (dfn) first formatted line, css-flexbox-1 (dfn) flex line, css-multicol-1 (dfn) multi-column element, css-fonts-3 (dfn) first available font, css21 (property) max-width/max-height/min-width/min-height, css-writing-modes-3 (dfn) dominant baseline, css-position-3 (property) left, css-cascade-3 (value) initial
1818
Ignored Terms: table cell, stretch
1919
At Risk: ''last-baseline''
@@ -74,15 +74,15 @@ Module interactions</h3>
7474
<h3 id="values">
7575
Values</h3>
7676

77-
This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
77+
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
7878
Value types not defined in this specification are defined in CSS Level 2 Revision 1 [[!CSS21]].
7979
Other CSS modules may expand the definitions of these value types:
8080
for example [[CSS3VAL]], when combined with this module,
8181
adds the ''initial'' keyword as a possible property value.
8282

8383
In addition to the property-specific values listed in their definitions,
8484
all properties defined in this specification also accept the
85-
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
85+
<a href="https://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
8686
keyword as their property value. For readability it has not been repeated
8787
explicitly.
8888

@@ -239,12 +239,12 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
239239
this value behaves as ''end''.
240240

241241
<dt><dfn for="<self-position>, <content-position>">left</dfn> <small>(self, content)</small>
242-
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="http://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a> edge.
242+
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="https://www.w3.org/TR/css3-writing-modes/#line-left">line-left</a> edge.
243243
If the property's axis is not parallel with the inline axis,
244244
this value behaves as ''start''.
245245

246246
<dt><dfn for="<self-position>, <content-position>">right</dfn> <small>(self, content)</small>
247-
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="http://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a> edge.
247+
<dd>Aligns the <a>alignment subject</a> to be flush with the <a>alignment container</a>’s <a href="https://www.w3.org/TR/css3-writing-modes/#line-right">line-right</a> edge.
248248
If the property's axis is not parallel with the inline axis,
249249
this value behaves as ''start''.
250250
</dl>
@@ -824,7 +824,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
824824
<th>Other Details
825825
<td>
826826
In terms of CSS2.1 block-level formatting [[!CSS21]],
827-
the rules for “over-constrained” computations in <a href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth">section 10.3.3</a>
827+
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">section 10.3.3</a>
828828
are ignored in favor of alignment as specified here
829829
and the used value of the offset properties are not adjusted to correct for the over-constraint.
830830

@@ -875,11 +875,11 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
875875
<th>Other Details
876876
<td>
877877
In terms of CSS2.1 formatting [[!CSS21]],
878-
the rules for “over-constrained” computations in <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">section 10.3.7</a>
878+
the rules for “over-constrained” computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">section 10.3.7</a>
879879
are ignored in favor of alignment as specified here,
880880
and the used value of the offset properties are not adjusted to correct for the over-constraint.
881881

882-
Values other than ''justify-self/stretch'' cause <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
882+
Values other than ''justify-self/stretch'' cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">non-replaced absolutely-positioned boxes</a>
883883
to use <a>fit-content sizing</a> for calculating ''width/auto'' inline sizes.
884884

885885
Note that ''justify-self/stretch'' does cause replaced absolutely-positioned elements to fill their containing block
@@ -995,11 +995,11 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
995995
<th>Other Details
996996
<td>
997997
In terms of CSS2.1 formatting [[!CSS21]],
998-
the rules for "over-constrained" computations in <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">section 10.6.4</a>
998+
the rules for "over-constrained" computations in <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">section 10.6.4</a>
999999
are ignored in favor of alignment as specified here
10001000
and the used value of the offset properties are not adjusted to correct for the over-constraint.
10011001

1002-
Values other than ''align-self/stretch'' cause <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>
1002+
Values other than ''align-self/stretch'' cause <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">non-replaced absolutely-positioned boxes</a>
10031003
to use shrink-to-fit sizing for calculating ''height/auto'' block sizes.
10041004

10051005
Note that ''justify-self/stretch'' does cause replaced absolutely-positioned elements to fill their containing block
@@ -1279,11 +1279,11 @@ Determining the Baselines of a Box</h2>
12791279

12801280
<dt>flex containers
12811281
<dd>
1282-
See <a href="http://www.w3.org/TR/css3-flexbox/#flex-baselines">Flex Baselines</a> in [[!CSS3-FLEXBOX]].
1282+
See <a href="https://www.w3.org/TR/css3-flexbox/#flex-baselines">Flex Baselines</a> in [[!CSS3-FLEXBOX]].
12831283

12841284
<dt>grid containers
12851285
<dd>
1286-
See <a href="http://www.w3.org/TR/css3-grid-layout/#grid-baselines">Grid Baselines</a> in [[!CSS3-GRID-LAYOUT]].
1286+
See <a href="https://www.w3.org/TR/css3-grid-layout/#grid-baselines">Grid Baselines</a> in [[!CSS3-GRID-LAYOUT]].
12871287
</dl>
12881288

12891289
To <dfn local-lt=generate|generated export>generate baselines</dfn> for a box from a single baseline,
@@ -1366,7 +1366,7 @@ Aligning Boxes by Baseline</h3>
13661366
<h2 id="changes">
13671367
Changes</h2>
13681368

1369-
Changes since the <a href="http://www.w3.org/TR/2014/WD-css-align-3-20141218/">previous Working Draft</a> include:
1369+
Changes since the <a href="https://www.w3.org/TR/2014/WD-css-align-3-20141218/">previous Working Draft</a> include:
13701370

13711371
* Fixed handling of ''justify-self: stretch'' (and 'align-self') to allow shrinking, as defined in Flexbox.
13721372
* Made justify/align-content:auto computte to their respective behaviors for flex and grid containers.

css-animations/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Work Status: Refining
1919
Shortname: css-animations
2020
Level: 1
2121
Group: csswg
22-
TR: http://www.w3.org/TR/css3-animations/
22+
TR: https://www.w3.org/TR/css3-animations/
2323
ED: https://drafts.csswg.org/css-animations/
24-
Previous Version: http://www.w3.org/TR/2013/WD-css3-animations-20130219/
25-
Previous Version: http://www.w3.org/TR/2012/WD-css3-animations-20120403/
24+
Previous Version: https://www.w3.org/TR/2013/WD-css3-animations-20130219/
25+
Previous Version: https://www.w3.org/TR/2012/WD-css3-animations-20120403/
2626
Editor: Dean Jackson, Apple Inc., dino@apple.com
2727
Editor: L. David Baron, Mozilla, http://dbaron.org/
2828
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
@@ -435,7 +435,7 @@ The 'animation-name' property</h3>
435435
The animation will use the keyframes with the name specified by the <<custom-ident>>,
436436
if they exist.If no such keyframes exist, there is no animation.
437437

438-
The <a href="http://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>
438+
The <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>
439439
and keywords defined by this property are not valid animation names.
440440
</dl>
441441

@@ -1015,7 +1015,7 @@ Attributes</h4>
10151015
This attribute is the name of the keyframes, used by the 'animation-name' property.
10161016

10171017
Setting this property to a value matching a
1018-
<a href="http://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keyword</a>
1018+
<a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keyword</a>
10191019
or any keyword defined for the 'animation-name' property will throw a <a spec="webidl">SyntaxError</a>
10201020
exception.
10211021

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Level: 4
66
Status: ED
77
Work Status: Exploring
88
Group: csswg
9-
TR: http://www.w3.org/TR/css-backgrounds-4/
9+
TR: https://www.w3.org/TR/css-backgrounds-4/
1010
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/
14-
Abstract: This module contains the features of CSS relating to the borders and backgrounds of boxes on the page. It includes and extends the functionality of <a href="http://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Level&nbsp;3</a>. [[CSS3BG]] The main extensions compared to level&nbsp;3 are shaping ('corner-shape') and clipping borders ('border-clip'), logical background positions ('background-position'), and the ''extend'' ability of 'background-repeat'.
14+
Abstract: This module contains the features of CSS relating to the borders and backgrounds of boxes on the page. It includes and extends the functionality of <a href="https://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Level&nbsp;3</a>. [[CSS3BG]] The main extensions compared to level&nbsp;3 are shaping ('corner-shape') and clipping borders ('border-clip'), logical background positions ('background-position'), and the ''extend'' ability of 'background-repeat'.
1515
Ignored Terms:
1616
Warning: Not Ready
1717
</pre>

0 commit comments

Comments
 (0)