Fixes div contents in hidden until-found example#43031
Merged
chrisdavidmills merged 1 commit intomdn:mainfrom Feb 6, 2026
Merged
Fixes div contents in hidden until-found example#43031chrisdavidmills merged 1 commit intomdn:mainfrom
chrisdavidmills merged 1 commit intomdn:mainfrom
Conversation
In this section's example, the html shows two div elements that are not hidden. One of these div elements contained the text "I'm hidden", even though it is always visible.
Contributor
|
Preview URLs (1 page) |
chrisdavidmills
approved these changes
Feb 6, 2026
Contributor
chrisdavidmills
left a comment
There was a problem hiding this comment.
This change makes sense; thanks, @matthewhlowe!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this section's example, the html shows two div elements that are not hidden.
One of these div elements contained the text "I'm hidden", even though it is always visible.
Description
Updates the div content from "I'm hidden" to "I'm not hidden, either" in the hidden until-found example.
Motivation
Additional details
It means the code example matches the description of what is being shown correctly.
Related issues and pull requests
Fixes #43022