Skip to content

Commit edf2bc9

Browse files
committed
[css-contain-2][css-contain-3][editorial] Fixed Bikeshed issues
1 parent d40846a commit edf2bc9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

css-contain-2/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ spec:css-sizing-3;
4343
type:property;
4444
text:width
4545
text:height
46+
spec:html; type:element; text:body
4647
</pre>
4748

4849
<h2 id='intro'>
@@ -2011,7 +2012,7 @@ Suppressing An Element's Contents Entirely: the 'content-visibility' property {#
20112012
To <dfn export>update content relevancy for a document</dfn> given a document <var>doc</var>, and a boolean <var>updateNonInitial</var>:
20122013

20132014
1. Let <var>changed</var> be false.
2014-
1. For each <var>element</var> [=connected=] to doc with ''auto'' used value of ''content-visibility'':
2015+
1. For each <var>element</var> [=connected=] to <var>doc</var> with ''auto'' used value of ''content-visibility'':
20152016
1. If <var>updateNonInitial</var> is true:
20162017
1. If [=update currently relevant to the user=] for <var>element</var> returns true.
20172018
1. Set <var>changed</var> to true.

css-contain-3/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ Abstract:
2222
this document is now empty.
2323
It may be revived at a later point,
2424
when Level 2 stabilizes.
25+
Ignore MDN Failure: style-container
2526
</pre>
2627

28+
<pre class=link-defaults>
29+
spec:css-conditional-5; type:dfn; text:style feature
30+
</pre>
2731

2832
Privacy Considerations {#privacy}
2933
=================================

0 commit comments

Comments
 (0)