@@ -184,6 +184,32 @@ Scrolling and Clipping Overflow</h2>
184
184
185
185
Issue: Copy [[css-overflow-3#overflow-properties|Level 3 content]] when final.
186
186
187
+ <h3 id="overflow-control">
188
+ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3>
189
+
190
+ This level extends the 'overflow-x' and 'overflow-y' properties
191
+ (and 'overflow' [=shorthand=] )
192
+ to apply to [=replaced elements=] .
193
+
194
+ On [=replaced elements=] ,
195
+ the [=used values=]
196
+ of all computed values other than ''visible''
197
+ is ''overflow/clip'' .
198
+ Host languages should define [=UA style sheet=] rules
199
+ that apply a default value of ''overflow/clip'' to such elements
200
+ and set their 'overflow-clip-margin' to ''overflow-clip-margin/content-box'' .
201
+
202
+ Note: Application of 'overflow' to [=replaced elements=] was added
203
+ to allow images to paint effects outside their effective layout box;
204
+ the recommended UA style sheet rules are to effect their original behavior as a default.
205
+ See discussion in <a href="https://github.com/w3c/csswg-drafts/issues/7058">Issue 7059</a>
206
+ and <a href="https://github.com/w3c/csswg-drafts/issues/7144">Issue 7144</a> .
207
+ This is a change from <a href="https://www.w3.org/TR/CSS2/">CSS2.1</a>
208
+ and is at-risk.
209
+
210
+ ISSUE(7144): Application of 'overflow' to [=replaced elements=]
211
+ is still being worked out.
212
+
187
213
<h3 id="overflow-clip-margin">
188
214
Expanding Clipping Bounds: the 'overflow-clip-margin-*' properties</h3>
189
215
@@ -1823,8 +1849,13 @@ Recent Changes</h3>
1823
1849
<ul>
1824
1850
<li> Moved in the definition of 'text-overflow' from [[CSS-UI-4]] .
1825
1851
<li> Moved the core definition of 'scrollbar-gutter' to [[CSS-OVERFLOW-3]]
1826
- (it will be copied back here once this specification is undiffed)
1827
- and shift exploratory 'scrollbar-gutter' extension ideas into an appendix.
1852
+ (it will be copied back here once this specification is undiffed)
1853
+ and shift exploratory 'scrollbar-gutter' extension ideas into an appendix.
1854
+ <li> Defined extension of 'overflow' and 'overflow-clip-margin' to apply to [=replaced elements=] .
1855
+ How exactly this works is still <a href="https://github.com/w3c/csswg-drafts/issues/7144">still under discussion</a> .
1856
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7144">Issue 7144</a> )
1857
+ <li> Defined [=longhands=] for 'overflow-clip-margin' .
1858
+ (<a href="https://github.com/w3c/csswg-drafts/issues/7245">Issue 7245</a> )
1828
1859
</ul>
1829
1860
1830
1861
<h3 id="changes-l3">
0 commit comments