-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-color-5Color modificationColor modification
Description
This comment is from the APA WG and relates to our review of CSS Color Module Level 5.
- The
<img>needsalttext such as "A color swatch, in a grid layout". - The second part is marked up as a
<table>but doesn't seem to be one semantically (it's just placing the text to match the layout of the color swatch above). Suggest applyingrole="presentation"to the table, to remove the tabular structure semantics (or you could re-code it using<div>s and<span>s). That would have the effect of linearizing the table from a screen reader perspective, but that would likely be less confusing than encountering a "table" without headers.
§5 Figure 6 [doesn't have an id]
- The
<img>needs analtattribute that explains this is a color swatch in a grid formation (as per figure 5) but that circles are imposed on each grid square. The<figcaption>does a great job of explaining the rest. - As with figure 5, this table should have the table semantics removed (or be re-coded using
<div>s and<span>s).
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-color-5Color modificationColor modification