@@ -33,6 +33,7 @@ spec:css2; type:property
3333 text:max-width
3434 text:max-height
3535spec: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