Skip to content

Commit f3c7184

Browse files
committed
[css-scoping] Fix bikeshed critical errors
1 parent c9e883a commit f3c7184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scoping/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1010
Editor: Elika J Etemad, Invited Expert, http://fantasai.inkedblade.net/contact
1111
Abstract: This specification defines various scoping/encapsulation mechanisms for CSS, including scoped styles and the ''@scope'' rule, Shadow DOM selectors, and page/region-based styling.
1212
Ignored Terms: content, shadowroot, scoped
13-
Link Defaults: selectors (dfn) child combinator, html5 (element) style
13+
Link Defaults: selectors (dfn) child combinator, html (element) style
1414
Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?component=Scoping&list_id=47685&product=CSS&resolution=---
1515
</pre>
1616

@@ -230,7 +230,7 @@ Shadow Encapsulation</h2>
230230
An <a>insertion point</a> must not generate any boxes.
231231
Instead, its <a>distributed nodes</a> generate boxes as normal,
232232
as if they all replaced the <a>insertion point</a> in-place.
233-
<span class='note'>(Akin to the behavior of ''display-outside: contents''.)</span>
233+
<span class='note'>(Akin to the behavior of 'display-outside: contents'.)</span>
234234

235235
<h3 id='selectors-data-model'>
236236
Shadow DOM Selection Model</h3>

0 commit comments

Comments
 (0)