We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkVisibility
display: content
contents
1 parent 68c5f97 commit 33cb1eaCopy full SHA for 33cb1ea
files/en-us/web/api/element/checkvisibility/index.md
@@ -72,7 +72,7 @@ The first (default selected) values should result in `checkVisibility()` returni
72
<select id="css_display" name="css_display">
73
<option value="block" selected>display: block</option>
74
<option value="none">display: none</option>
75
- <option value="content">display: content</option>
+ <option value="contents">display: contents</option>
76
</select>
77
78
<select id="css_content_visibility" name="css_content_visibility">
0 commit comments