[editorial] Clarify what "palpable content" is. #24
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.
See https://www.w3.org/Bugs/Public/show_bug.cgi?id=28728
This is simply an editorial change related to the spec’s document-conformance requirements for authors (and not at all to requirements for UAs).
The problem this change is meant to address is that the current spec language doesn't make it clear enough to authors what "palpable content" is, or what makes it "palpable".
The reason I am particularly interested in this being made clear is that I’m considering to add a warning to the HTML Checker enforce the spec’s requirement for elements that should have palpable content. But if/when I add such a warning, I am fairly certain that I would shortly after that start getting checker bug reports from users saying that they don’t really understand what "palpable content" is, or why they need to have it. So we could preempt that problem by having the spec make things more clear to them ahead of them—while also giving something better that the checker warning could quote or even include a hyperlink to.