Skip to content

Commit 01d6cc6

Browse files
committed
[css-position-4] Linking fixes, update doc
1 parent 6bf65f4 commit 01d6cc6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

css-position-4/Overview.bs

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<pre class='metadata'>
22
Title: CSS Positioned Layout Module Level 4
33
Status: ED
4-
Prepare for TR: no
54
Work Status: Exploring
65
Shortname: css-position
76
Level: 4
@@ -99,7 +98,7 @@ one of three possible [=containing blocks=] are used:
9998

10099
The [=scrollable containing block=] established by the document
101100
is the union of the [=initial containing block=] and
102-
the [=margin box=] of the [=root box=] itself.
101+
the [=margin box=] of the [=root element=]'s generated [=box=].
103102

104103
Note: While all of these are in some sense corresponding to the [=padding box=],
105104
they do not coincide for boxes with [=scrollable overflow=].
@@ -111,7 +110,7 @@ specific to their layer.
111110
Unless otherwise specified,
112111
absolutely positioned boxes use the [=local containing block=].
113112
Certain CSS features can specify a different [=containing block=].
114-
For example, [=fixed positioned boxes=] typically use the document’s [=fixed containing block=],
113+
For example, [=fixed-positioned boxes=] typically use the document’s [=fixed containing block=],
115114
and 'position-area' values other than ''position-area/none''
116115
can opt absolutely positioned boxes into the [=scrollable containing block=].
117116

@@ -146,7 +145,7 @@ the last element in the [=Document/top layer=] is rendered on top of everything
146145
Note: This special rendering behavior ensures
147146
that elements in the [=Document/top layer=] cannot be clipped by anything in the document,
148147
or obscured by anything except elements later in the [=Document/top layer=].
149-
This ensures that things like [=popovers=]
148+
This ensures that things like [[HTML#the-popover-attribute|popovers]]
150149
can be displayed reliably,
151150
regardless of what their ancestor elements might be doing.
152151

@@ -755,6 +754,13 @@ It is recommended that UAs use [=out-of-band outlines=],
755754
as making outlines easily visible
756755
is an important accessibility feature.
757756

757+
Changes {#changes}
758+
=======
759+
760+
Significant changes since the <a href="https://www.w3.org/TR/2025/WD-css-position-4-20250708/">8 July 2025 First Public Working Draft</a>:
761+
762+
* None (markup and linking fixes only).
763+
758764
<h2 class=no-num id=privacy>Privacy Considerations</h2>
759765

760766
No new privacy considerations have been reported on this specification.

0 commit comments

Comments
 (0)