Skip to content

Commit 17156c6

Browse files
committed
[css-position-3][editorial] bikeshed fixes
1 parent 6dec0e2 commit 17156c6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

css-position-3/Overview.bs

+11-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ spec:css-writing-modes-4; type:dfn; text:end
2020
spec:css2; type:value; for:float; text:none
2121
spec:css-align-3; type:value; for:align-self; text:center
2222
spec:css2; type:dfn; text:stacking context
23+
spec:css-backgrounds-3; type:property;
24+
text:border-left-width
25+
text:border-right-width
26+
text:border-top-width
27+
text:border-bottom-width
2328
</pre>
2429

2530
<style type="text/css">
@@ -383,7 +388,7 @@ with earlier steps modifying the containing block
383388
that later steps see:
384389

385390
1. If the [=containing block=] is generated by a [=grid container=],
386-
the [=grid positioning properties=]
391+
the [=grid-placement properties=]
387392
on the positioned element
388393
change the [=containing block=]
389394
to the corresponding [=grid area=]
@@ -1803,11 +1808,14 @@ Acknowledgments</h2>
18031808
<li>Rewrote the whole spec for editorial clarity, technical precision, and compatibility with [[CSS-ALIGN-3]], [[CSS-WRITING-MODES-3]], [[CSS-BREAK-3]], and [[CSS-DISPLAY-3]].
18041809
</ul>
18051810

1806-
<h2 class=no-num id=priv-sec>
1807-
Privacy and Security Considerations</h2>
1811+
<h2 class=no-num id=privacy>
1812+
Privacy Considerations</h2>
18081813

18091814
This specification introduces no new privacy considerations.
18101815

1816+
<h2 class=no-num id=security>
1817+
Security Considerations</h2>
1818+
18111819
If an attacker is able to inject arbitrary CSS,
18121820
positioned layout can make it easier to position elements the attacker has control of
18131821
over arbitrary other elements of the page,

0 commit comments

Comments
 (0)