Skip to content

Commit 5b0ebd7

Browse files
committed
[css-regions] update region styling anchor
1 parent a9c0509 commit 5b0ebd7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-regions/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2>
236236
<li><a href="#the-region-fragment-property"><span class=secno>3.4.
237237
</span>The region-fragment property</a>
238238

239-
<li><a href="#the-at-region-style-rule"><span class=secno>3.5.
239+
<li><a href="#the-region-pseudo-element"><span class=secno>3.5.
240240
</span>The ::region() functional pseudo-element</a>
241241
</ul>
242242

@@ -1423,7 +1423,7 @@ <h3 id=the-region-fragment-property><span class=secno>3.4. </span>The
14231423
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>).
14241424
</div>
14251425

1426-
<h3 id=the-at-region-style-rule><span class=secno>3.5. </span>The
1426+
<h3 id=the-region-pseudo-element><span class=secno>3.5. </span>The
14271427
::region() functional pseudo-element</h3>
14281428

14291429
<p>A ::region() functional pseudo-element can be appended to a selector
@@ -2041,7 +2041,7 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
20412041
class=idl>Region</code></a> interface the <a
20422042
href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a>
20432043
returned must include the result of <a
2044-
href="#the-at-region-style-rule">region styling</a>. If the element is
2044+
href="#the-region-pseudo-element">region styling</a>. If the element is
20452045
fragmented across region boundaries, the <a
20462046
href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a>
20472047
returned must apply only to the fragment that flows through the <span>CSS
@@ -2050,7 +2050,7 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
20502050

20512051
<div class=note>
20522052
<p>If the element is not contained in the <span>CSS Region</span> at all,
2053-
the method returns the <a href="#the-at-region-style-rule">region
2053+
the method returns the <a href="#the-region-pseudo-element">region
20542054
styling</a> that would apply to the element if it were contained in the
20552055
<span>CSS Region</span> (following how <a
20562056
href="http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface"><code

css-regions/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ <h3 id="the-region-fragment-property">The region-fragment property</h3>
12841284
([[CSS21]]).</p>
12851285
</div>
12861286

1287-
<h3 id="the-at-region-style-rule">The ::region() functional pseudo-element</h3>
1287+
<h3 id="the-region-pseudo-element">The ::region() functional pseudo-element</h3>
12881288

12891289
<p>A ::region() functional pseudo-element can be appended
12901290
to a selector that matches a CSS Region,
@@ -1889,7 +1889,7 @@ <h3 id="the-region-interface">The Region interface</h3>
18891889
For the <code class="idl">Region</code> interface
18901890
the <a href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a>
18911891
returned must include the result of
1892-
<a href="#the-at-region-style-rule">region styling</a>.
1892+
<a href="#the-region-pseudo-element">region styling</a>.
18931893
If the element is fragmented across region boundaries,
18941894
the <a href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a> returned must apply only
18951895
to the fragment that flows through
@@ -1902,7 +1902,7 @@ <h3 id="the-region-interface">The Region interface</h3>
19021902
<p>If the element is not contained
19031903
in the <span>CSS Region</span> at all,
19041904
the method returns
1905-
the <a href="#the-at-region-style-rule">region styling</a>
1905+
the <a href="#the-region-pseudo-element">region styling</a>
19061906
that would apply to the element
19071907
if it were contained in the <span>CSS Region</span>
19081908
(following how <a href="http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface"><code class="idl">getComputedStyle</code></a> works

0 commit comments

Comments
 (0)