Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,9 @@ template {

/**
* Add the correct display in IE 10.
* Except `hidden="until-found"` because `content-visibility: hidden` is applied.
*/

[hidden] {
[hidden]:not([hidden="until-found"]) {
display: none;
}
1 change: 1 addition & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ <h1>{{title}}</h1>
<content></content>
</template>
<p hidden>This should be hidden</p>
<p hidden="until-found">This is not display none</p>
</div>

<h2 class="Test-describe"><code>a</code></h2>
Expand Down