Skip to content

Commit d90622d

Browse files
committed
[css-overflow-3] Including block-layout inline padding in scrollable
Including block-layout inline padding in scrollable overflow is optional while the investigation of web compatibility is ongoing. This is deliberate. See #129
1 parent 27987e6 commit d90622d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

css-overflow-3/Overview.bs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,15 @@ Scrollable Overflow</h3>
280280
in the inline axis if 'align-content'
281281
is ''justify-content/normal''.
282282

283-
Issue(129): It's not yet clear if including inline-axis padding here is Web-compatible,
284-
so this clause is optional while under investigation.
283+
Note: It's hoped that including including inline-axis padding here is Web-compatible
284+
as that is a better behavior,
285+
but investigation as to whether that can be done without breaking existing content has not yet concluded.
286+
This clause is optional while under investigation.
285287
Existing behavior in the inline axis is
286-
<a href="http://jsbin.com/digadoyohi/1/edit?html,css,output">not</a>
287-
<a href="http://jsbin.com/vexahocayi/1/edit?html,css,output">clear</a>.
288+
<a href="https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=8496">quirky</a>
289+
<a href="https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=8499">and</a>
290+
<a href="https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=9539">inconsistent</a>.
291+
See <a href="https://github.com/w3c/csswg-drafts/issues/129">Issue 129</a>.
288292

289293
<!-- Make sure http://jsbin.com/qececaqilo/edit?html,css,output is clearly defined. -->
290294
</ul>

0 commit comments

Comments
 (0)