Editorial: make enumerated attributes missing/invalid wording consistent #9947
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.
Per #9944 (review) & #9944 (comment) there are several inconsistencies in the wording and ordering of enumerated attribute "missing value default" and "invalid value default" states.
The <foo> attribute's
while othersThe attribute's
. Given the name of the attribute is redundant (as the prose always exists below the table and inside the heading for the attribute), it has been removed so they all readThe attribute's
.The attribute's missing value default and invalid value default are...
while others would sayThe attribute's invalid value default and missing value default are...
. These have been made consistent.The missing value default and *the* invalid value default
, the redundantthe
has been removed.Ordering "missing value default" before "invalid value default" makes them consistent based on the "Keywords an enumerated attributes" section which lists what to do about a missing attribute before it lists what to do with an invalid one.
Refs #9832.
/dnd.html ( diff )
/dom.html ( diff )
/form-control-infrastructure.html ( diff )
/form-elements.html ( diff )
/forms.html ( diff )
/image-maps.html ( diff )
/input.html ( diff )
/interaction.html ( diff )
/media.html ( diff )
/obsolete.html ( diff )
/popover.html ( diff )
/tables.html ( diff )
/urls-and-fetching.html ( diff )