Skip to content

Commit 763c0f1

Browse files
committed
[css-contain-1] Remove effects of style containment on break-*
1 parent 3f33b56 commit 763c0f1

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

css-contain-1/Overview.bs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,7 @@ Style Containment</h3>
261261

262262
Giving an element <dfn export>style containment</dfn> has the following effects:
263263

264-
1. The following properties must have no effect on descendants of the element:
265-
266-
* 'break-before' and 'break-after' (and the related aliases)
267-
268-
2. The 'counter-increment', 'counter-set', 'flow-from', 'flow-into', and <a property spec=css2>content</a> (for the purpose of ''content/open-quote''/etc values) properties
264+
1. The 'counter-increment', 'counter-set', 'flow-from', 'flow-into', and <a property spec=css2>content</a> (for the purpose of ''content/open-quote''/etc values) properties
269265
must be <a>scoped</a> to the element's sub-tree.
270266

271267
A <dfn export local-lt="scoped">scoped property</dfn> has its effects scoped to a particular element or subtree.
@@ -419,8 +415,7 @@ This appendix is <em>informative</em>.
419415
<li>Rename "Becoming a formatting context" to "Becoming a formatting context root".
420416
<li>Clarify to which box paint containment clips.
421417
<li>Move the interaction between containment and the <code>bookmark-*</code> and <code>string-set</code> properties to [[CSS-CONTENT-3]]
422-
<li>Explicitly expand <code>break-*</code> to </code>break-before</code> and <code>break-after</code>
423-
to avoid implying that <code>break-inside</code> is affected by style containment.
418+
<li>Remove the effects of style containment on the "break-*" properties.
424419
</ul>
425420

426421
<h3 id="2017-04-19-changes">Changes from the

css-contain-1/issues-2017-cr.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ <h1>CSS Contain Level 1 Disposition of Comments for 2017-02-21 WD</h1>
6969
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1809#issuecomment-342333088'>https://github.com/w3c/csswg-drafts/issues/1809#issuecomment-342333088</a>
7070
Closed: Accepted
7171
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1809#issuecomment-342333088'>https://github.com/w3c/csswg-drafts/issues/1809#issuecomment-342333088</a></pre>
72-
<pre class=' open' id='issue-5'>
72+
<pre class='a' id='issue-5'>
7373
Issue 5. <a href='#issue-5'>#</a>
7474
Summary: Clarify effects of style containment
7575
From Oriol Brufau
7676
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1872'>https://github.com/w3c/csswg-drafts/issues/1872</a>
7777
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1872#issuecomment-342334343'>https://github.com/w3c/csswg-drafts/issues/1872#issuecomment-342334343</a>
78-
Open</pre>
78+
Closed: Accepted
79+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1872#issuecomment-365686723'>https://github.com/w3c/csswg-drafts/issues/1872#issuecomment-365686723</a></pre>
7980
<script>
8081
(function () {
8182
var sheet = document.styleSheets[0];

css-contain-1/issues-2017-cr.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ Summary: Clarify effects of style containment
4545
From Oriol Brufau
4646
Comment: https://github.com/w3c/csswg-drafts/issues/1872
4747
Response: https://github.com/w3c/csswg-drafts/issues/1872#issuecomment-342334343
48-
Open
48+
Closed: Accepted
49+
Resolved: https://github.com/w3c/csswg-drafts/issues/1872#issuecomment-365686723

0 commit comments

Comments
 (0)