diff --git a/index.html b/index.html index b746f28..4830577 100644 --- a/index.html +++ b/index.html @@ -431,7 +431,7 @@

Adhere to the rules of HTML

... <p></p> - <!-- Use a span are allowed in p elements! --> + <!-- Instead of a div, use a span. Spans are allowed descendants of p elements! --> <p> ... <span role=link tabindex=0>...</span> ... </p> @@ -594,7 +594,7 @@

- Any `role`, though `group` SHOULD NOT be used. + Any `role`, though `group` is NOT RECOMMENDED.

Otherwise, global `aria-*` attributes @@ -1481,7 +1481,7 @@

- Any `role`, though `group` SHOULD NOT be used. + Any `role`, though `group` is NOT RECOMMENDED.

Otherwise, global `aria-*` attributes @@ -2257,7 +2257,7 @@

if the parent list element has an implicit or explicit `list` role.

- Otherwise, any `role` if the parent list item does not expose an implicit or explicit `list` role. + Otherwise, any `role` if the parent list element does not expose an implicit or explicit `list` role.

See `ul`, `ol`, or @@ -2415,7 +2415,8 @@

Otherwise, any - global `aria-*` attributes. + global `aria-*` attributes + and any other `aria-*` attributes applicable to the `meter` role.

diff --git a/makeup.css b/makeup.css index b734b19..91b901b 100644 --- a/makeup.css +++ b/makeup.css @@ -48,26 +48,16 @@ a code { padding: 0; } -.simple thead { - position: sticky; - top: 0px; -} - table th ul, table td ul { padding-left: .825em; } -.simple th { - scroll-margin-top: 120px; -} - - - /* these classes don't behave very well for inline changes. so these updates were made to make these work better in this spec. */ span.addition.proposed, +span.addition.correction, span.correction.proposed, span.amendment.proposed { padding: .125em .25em;