Skip to content

Commit a3c3acd

Browse files
committed
[css-content-3] 'content: none' behaves as 'normal' on normal elements. w3c#6503
1 parent d79ccc3 commit a3c3acd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-content-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ Inserting and replacing content with the 'content' property</h2>
139139

140140
<dt><dfn>none</dfn>
141141
<dd>
142-
On elements, this inhibits the children of the element from being rendered as children of this element,
143-
as if the element was empty.
142+
On elements, this behaves as ''content/normal''.
144143

145-
On pseudo-elements it inhibits the creation of the pseudo-element as if it had ''display: none''.
144+
On [=pseudo-elements=] it inhibits the creation of the pseudo-element
145+
as if it had ''display: none''.
146146

147147
In neither case does it prevent any pseudo-elements which have this element or pseudo-element as an <a>originating element</a> from being generated.
148148

0 commit comments

Comments
 (0)