Skip to content

Commit 74e52d7

Browse files
committed
[css-sizing-4][editorial] Fixed Bikeshed issue and updated WPTs
1 parent 72d2535 commit 74e52d7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

css-sizing-4/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ spec:css2; type:property
3333
text:max-width
3434
text:max-height
3535
spec:html; type:element; text:meta
36+
spec:css2; type:dfn; text:document language
3637
</pre>
3738

3839

@@ -56,6 +57,7 @@ Introduction</h2>
5657
dynamic-change-inline-size-001.html
5758
dynamic-change-inline-size-002.html
5859
dynamic-change-inline-size-003.html
60+
dynamic-change-inline-size-004.html
5961
frameset-intrinsic-crash.html
6062
inheritance-001.html
6163
inheritance-002.html
@@ -118,7 +120,7 @@ Issue: [[css-sizing-3#terms]]
118120

119121
████▌ ████▌ ███▌ ████▌ ████▌ █████▌ █████▌ ███▌
120122
█▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌
121-
█▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌
123+
█▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌
122124
████▌ ████▌ █▌ █▌ ████▌ █▌ █▌ ████ ████ ███▌
123125
█▌ █▌▐█ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌
124126
█▌ █▌ ▐█ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌
@@ -997,7 +999,7 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
997999

9981000
Note: Whether a [=replaced element=]
9991001
has an [=internal layout intrinsic size=]
1000-
is defined by the [=host language=].
1002+
is defined by the [=document language=].
10011003
In HTML, only <{iframe}>s do so.
10021004

10031005
Issue: Should this apply even when ''contain:layout'' isn't specified?
@@ -1123,7 +1125,7 @@ Responsively-sized iframes</h4>
11231125

11241126
Which elements have an [=internal layout intrinsic size=],
11251127
and how it's determined,
1126-
are decided by the host language.
1128+
are decided by the [=document language=].
11271129
In HTML, only <{iframe}> elements can have an [=internal layout intrinsic size=],
11281130
and further,
11291131
only when the contained document has also opted in

0 commit comments

Comments
 (0)