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

[a11y] Headings consecutive order #20166

Merged
merged 2 commits into from
Apr 22, 2018
Merged

Commits on Apr 14, 2018

  1. [WIP] [a11y] Headings consecutive order

    > Headings communicate the organization of the content on the page. Web browsers, plug-ins, and assistive technologies can use them to provide in-page navigation.
    
    > Skipping heading ranks can be confusing and should be avoided where possible: Make sure that a <h2> is not followed directly by an <h4>, for example.
    
    Source (https://www.w3.org/WAI/tutorials/page-structure/headings/)
    
    This PR changes the heading in the plugin and modules from h3 to h2 and in the template styles to h4
    
    ### todo
    joomla.edit.item_title layout uses h4 but before I change it I need to check everywhere that it is being used
    brianteeman committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    141806b View commit details
    Browse the repository at this point in the history
  2. layout

    brianteeman committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    dffc625 View commit details
    Browse the repository at this point in the history