Skip to content

Commit 7eb8aa0

Browse files
authored
[css-regions-1] Fix urls consistently (w3c#13363)
1 parent 3c7570b commit 7eb8aa0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-regions-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ The 'flow-from' property</h3>
571571
Name: flow-from
572572
Value: <<custom-ident>> | none
573573
Initial: none
574-
Applies To: Non-replaced <a href="https://www.w3.org/TR/CSS21/visuren.html#block-boxes">block containers</a>. <br/> This might be expanded in future versions of the specification to allow other types of containers to receive flow content.
574+
Applies To: Non-replaced <a href="https://www.w3.org/TR/CSS2/visuren.html#block-boxes">block containers</a>. <br/> This might be expanded in future versions of the specification to allow other types of containers to receive flow content.
575575
Inherited: no
576576
Computed Value: as specified
577577
Animation type: not animatable
@@ -595,7 +595,7 @@ The 'flow-from' property</h3>
595595
<<custom-ident>>
596596
name will be <a href="#region-flow-break">broken
597597
into fragments</a> and visually formatted in the
598-
<a href="https://www.w3.org/TR/CSS21/visuren.html#principal-box">principal boxes</a>
598+
<a href="https://www.w3.org/TR/CSS2/visuren.html#principal-box">principal boxes</a>
599599
of the <span>regions</span>
600600
in the <a>region chain</a>.
601601

@@ -870,7 +870,7 @@ The region-fragment property</h3>
870870
Content flows as it would in a regular content box.
871871
If the content exceeds the container box,
872872
it is subject to the
873-
<a href= "https://www.w3.org/TR/CSS21/visufx.html#propdef-overflow">overflow</a>
873+
<a href= "https://www.w3.org/TR/CSS2/visufx.html#propdef-overflow">overflow</a>
874874
property's computed value on the <a>CSS Region</a>.
875875
Region breaks must be ignored on the <a>last usable region</a>.
876876
</dd>
@@ -1197,7 +1197,7 @@ The Region mixin</h3>
11971197
<a>region chain</a> and
11981198
not able to fit the remaining content from the <a>named flow</a>.
11991199
Note that the region's
1200-
<a href= "https://www.w3.org/TR/CSS21/visufx.html#overflow">
1200+
<a href= "https://www.w3.org/TR/CSS2/visufx.html#overflow">
12011201
<code class= "idl">overflow</code></a>
12021202
property value can be used to control the
12031203
visibility of the overflowing content and the
@@ -1613,10 +1613,10 @@ The Region Flow Content Box (RFCB)</h3>
16131613
as for any other <a href="https://www.w3.org/TR/CSS2/visuren.html#block-boxes">block container box</a>.
16141614

16151615
The <span>RFCB</span> is a
1616-
<a href="https://www.w3.org/TR/CSS21/visuren.html#block-boxes">block container box</a>
1616+
<a href="https://www.w3.org/TR/CSS2/visuren.html#block-boxes">block container box</a>
16171617
with a computed 'width' of ''width/auto'' and whose used 'height' is resolved as detailed below.
16181618

1619-
Since the <span>RFCB</span> is a <a href="https://www.w3.org/TR/CSS21/visuren.html#block-boxes">block container box</a>, the ::before box and ::after box will also be block containers, though the contents of ::before and ::after may be inline within those boxes.
1619+
Since the <span>RFCB</span> is a <a href="https://www.w3.org/TR/CSS2/visuren.html#block-boxes">block container box</a>, the ::before box and ::after box will also be block containers, though the contents of ::before and ::after may be inline within those boxes.
16201620

16211621
<h4 id="rfcb-width-resolution">
16221622
RFCB 'width' resolution</h4>

0 commit comments

Comments
 (0)