Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -106539,11 +106539,11 @@ noembed, noframes, param, rp, script, source, style, template, track, title {

embed[hidden] { display: inline; height: 0; width: 0; } <!-- because for legacy reasons it still needs to instantiate the plugin -->

input[type=hidden i] { display none ! important; }</pre>
input[type=hidden i] { display none ! important; }

<p>The user agent is expected to force the 'display' property of <code>noscript</code> elements
for whom <span data-x="concept-n-script">scripting is enabled</span> to compute to 'none',
irrespective of CSS rules.</p>
@media (scripting: enabled), (scripting: initial-only) {
noscript { display: none !important; }
}</pre>


<h4>The page</h4>
Expand Down