



























@@ -43,7 +43,9 @@ spec:css-pseudo-4; type:selector; text:::after
4343spec:css-pseudo-4; type:selector; text:::before
4444spec:css-pseudo-4; type:selector; text:::first-letter
4545spec:css-pseudo-4; type:selector; text:::first-line
46-spec:dom; type:dfn; for:/; text:element
46+spec:dom; type:dfn; for:/;
47+ text:document
48+ text:element
4749spec:infra; type:dfn; text:list
4850spec:html; type:dfn; for:global object; text:realm
4951spec:css22; type:property;
@@ -333,7 +335,6 @@ The user agent <em>clear</em> the [=styleMap=] internal slot for a [=box=] when:
333335 });
334336</pre>
335337</div>
336-</div>
337338338339The algorithm below is run when the {{registerLayout(name, layoutCtor)}} is called. It notifies the
339340user agent layout engine about the new user defined layout.
@@ -396,7 +397,7 @@ is called, the user agent <em>must</em> run the following steps:
396397 16. Let |intrinsicSizesValue| be the result of [=Get=](|prototype|, "intrinsicSizes").
397398398399 17. Let |intrinsicSizes| be the result of [=converted to an IDL value|converting=]
399- |intrinsicSizesValue| to the {{Function}} [=callback function=] type. Rethrow any
400+ |intrinsicSizesValue| to the {{Function}} [=callback function=] type. Rethrow any
400401 exceptions from the conversion.
401402402403 18. Let |layoutValue| be the result of [=Get=](|prototype|, <code>"layout"</code>).
@@ -671,7 +672,7 @@ called on a {{LayoutChild}} |this|, the user agent must perform the following st
671672 Note: This is to ensure that only {{LayoutChild}}ren passed in as arguments to either the
672673 layout or intrinsicSizes method are used.
673674674- 4. If |breakToken|'s {{ChildBreakToken/[[unique id]]} is not equal to |context|'s [=unique id=],
675+ 4. If |breakToken|'s {{ChildBreakToken/[[unique id]]}} is not equal to |context|'s [=unique id=],
675676 reject |p| with a "{{InvalidStateError}}" {{DOMException}}, and abort all these steps.
676677677678 5. If |context|'s [=layout API context/mode=] is <code>"intrinsic-sizes"</code>, reject |p| with
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。