Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hgroup element mapping update #398

Merged
merged 17 commits into from
Mar 8, 2023
Merged

hgroup element mapping update #398

merged 17 commits into from
Mar 8, 2023

Commits on Apr 28, 2022

  1. indicate what to do with multiple headings in hgroup

    Related to whatwg/html#7829.
    
    Assuming this PR lands, an `hgroup` will only allow a single heading and paragraph elements <small>(and script-supporting elements, but that's not relevant here)</small> to represent sub-heading information.
    
    However, as there are _lots_ of instances of `hgroup` in the wild where multiple headings are used - as this was allowed prior to the HTML PR, these will become invalid markup patterns, and indicating that the headings of lower level be treated as `p` elements will at least mitigate for this change.
    
    For additional discussion:
    - should `hgroup` be exposed as a 'heading group' or even just a 'group' to define the boundaries of where the hgroup content starts/stops
    - should `p` elements or errant extra `h#` elements be exposed as 'sub headings'.  `doc-subtitle` could potentially be used - though I'm not sure if that is actually appropriate, as we _don't_ want the subheadings to be exposed as 'headings' as some of the mappings for `doc-subtitle` would seem to indicate might be the result of mapping to this role.  This could potentially be related to what dpub ARIA roles should be brought back into ARIA proper - e.g., `role=subheading` 
    
    this effectively resolves #123
    this may well help resolving w3c/aria-practices#1157
    scottaohara committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a570e0f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    b43be19 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    043d575 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    ff9b92d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    f2185f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    b748593 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    bbd7a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b768d6b View commit details
    Browse the repository at this point in the history
  3. Update index.html

    scottaohara committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    23d1618 View commit details
    Browse the repository at this point in the history
  4. fix missing quote

    scottaohara committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    10ef663 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    ad15023 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Update index.html

    scottaohara committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    83cd276 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    scottaohara committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f4bf561 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    d246496 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    a25a4ce View commit details
    Browse the repository at this point in the history
  2. remove conformance checker 'must'

    don't need to call this out in this spec.
    scottaohara committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    70432a6 View commit details
    Browse the repository at this point in the history
  3. update changelog

    scottaohara committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d63b6f3 View commit details
    Browse the repository at this point in the history