We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79ccc3 commit a3c3acdCopy full SHA for a3c3acd
1 file changed
css-content-3/Overview.bs
@@ -139,10 +139,10 @@ Inserting and replacing content with the 'content' property</h2>
139
140
<dt><dfn>none</dfn>
141
<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.
+ On elements, this behaves as ''content/normal''.
144
145
- On pseudo-elements it inhibits the creation of the pseudo-element as if it had ''display: none''.
+ On [=pseudo-elements=] it inhibits the creation of the pseudo-element
+ as if it had ''display: none''.
146
147
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.
148
0 commit comments