Tutorials/Forms/Changes/2015-02-12

From Education & Outreach
< Tutorials‎ | Forms‎ | Changes

This is an overview of the changes that were made to the images tutorial in January 2015, based on the EOWG comments. More detailed changes are recorded on GitHub. If the page has only changed because typos where squashed, I listed it as “no changes”.

Forms Cover Page (minor changes)

Sources:

Changes Source Diff, HTML Diff

  • Editorial Edits:
    • Minor wording changes.

Labeling Controls (medium changes)

Sources:

Changes Source Diff, HTML Diff

  • Technical Changes:
    • Mention the button element before the input type=submit/button elements
    • Add tabindex="-1" to the aria-describedby referred spans that are needed by IE
  • Editorial Edits:
    • Wording changes.

Grouping Controls (medium changes)

Sources:

Changes Source Diff, HTML Diff

  • Technical Changes:
    • Add invisible additions to the labels for the name field that say ”Shipping Name“ or “Billing Name” depending on the group to care about the (rare) case that legends are not read or (in the other example) WAI-ARIA grouping is not supported.
  • Editorial Edits:
    • Changes related to the technical change.

Form Instructions (minor changes)

Sources:

Changes Source Diff, HTML Diff

  • Editorial Edits:
    • Added some clarifications on browser support (for placeholder).
    • Wording.

Validating Input (minor changes)

Sources:

Changes Source Diff, HTML Diff

  • Editorial Edits:
    • Wording
    • Switched order of “Require user confirmation” and “Provide undo functionality” sections.

User Notifications (minor changes)

Sources:

Changes Source Diff, HTML Diff

  • Editorial Edits:
    • Wording
    • Add note that password is shown in plain text for demonstration purposes above the live example
    • Messages in password demo are now less intimidating


Multi Page Forms (no changes)

No changes.




Custom Controls (minor changes)

Sources:

Changes Source Diff, HTML Diff

  • Technical Changes:
    • Remove :hover/:focus underline when share button is disabled.
    • Remove unused btn variable from the star rating example.
    • Add inline comment on the use of the transparent bottom border.
  • Editorial Edits:
    • Typos and Wording.