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

Search element specification with form functionality #7382

Closed
wants to merge 26 commits into from

Commits on Dec 1, 2021

  1. Add to "Acknowledgements"

    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c8f983f View commit details
    Browse the repository at this point in the history
  2. Editorial: "form element pointer" consistency (add data-x="")

    Changes:
    
    <span><code>form</code> element pointer</span>
    ->
    <span><code data-x="">form</code> element pointer</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4c28938 View commit details
    Browse the repository at this point in the history
  3. Editorial: "form element pointer" consistency (data-x="form" -> `da…

    …ta-x=""`)
    
    Changes:
    
    <span><code data-x="form">form</code> element pointer</span>
    ->
    <span><code data-x="">form</code> element pointer</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4bca520 View commit details
    Browse the repository at this point in the history
  4. Editorial: "form elements" -> "forms"

    Changes:
    
    <code>form</code> elements
    ->
    <span data-x="concept-form">forms</span>
    
    the <code>form</code> element
    ->
    <span data-x="concept-form">forms</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    044c6e1 View commit details
    Browse the repository at this point in the history
  5. Editorial: "form element" -> "form" (62 changes)

    Changes:
    
    <code>form</code> element
    ->
    <span data-x="concept-form">form</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    bc2e177 View commit details
    Browse the repository at this point in the history
  6. Editorial: "form element" -> "form" (linewrapped, 8 changes)

    Changes:
    
    <code>form</code> element
    ->
    <span data-x="concept-form">form</span>
    
    <code>form</code> elements
    ->
    <span data-x="concept-form">forms</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    185550f View commit details
    Browse the repository at this point in the history
  7. Editorial: "form element" -> "form" (before var)

    Changes:
    
    <code>form</code> element <var>form</var>
    ->
    <span data-x="concept-form">form</span> <var>form</var>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ed6831c View commit details
    Browse the repository at this point in the history
  8. Editorial: "form element" -> "form owner"

    Changes:
    
    <code>form</code> element
    ->
    <span>form owner</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    9eea2a7 View commit details
    Browse the repository at this point in the history
  9. Editorial: <code>form</code> -> <span>form</span> (13 changes)

    Changes:
    
    <code>form</code>
    ->
    <span data-x="concept-form">form</span>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    daa82b1 View commit details
    Browse the repository at this point in the history
  10. Editorial: "form element" -> "form (form or search element)"

    Changes:
    
    <code>form</code> element
    ->
    <span data-x="concept-form">form</span> (<codeform</code> or <code>search</code> element)
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    48093cf View commit details
    Browse the repository at this point in the history
  11. Editorial: "Links" section: "form," -> "form, search,"

    Changes:
    
    <code>form</code>,
    ->
    <code>form</code>, <code>search</code>,
    
    , or <code>form</code>
    ->
    <code>form</code>, or <code>search</code>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    6d4b220 View commit details
    Browse the repository at this point in the history
  12. Editorial: "Links" section: "and form" -> "form, and search"

    Changes:
    
    and <code>form</code>
    ->
    <code>form</code>, and <code>search</code>
    
    <code>form</code>
    ->
    <code>form</code> and <code>search</code>
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4b4e0e2 View commit details
    Browse the repository at this point in the history
  13. Editorial: document.forms: "form" -> "forms (form or search elements)"

    Changes:
    
    <code>form</code> elements
    ->
    <span data-x="concept-form">forms</span> (<code>form</code> or <code>search</code> elements)
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f7a52d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53d4be4 View commit details
    Browse the repository at this point in the history
  15. [optional] Editorial: Add "form or search" note to "Form-associated c…

    …ustom elements" section
    
    In this section form refers to either a `form` or a `search` element.
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    3f9396f View commit details
    Browse the repository at this point in the history
  16. [optional] Editorial: Add "form or search" note to "Form" subsections

    In this section form refers to either a `form` or a `search` element.
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    1b131db View commit details
    Browse the repository at this point in the history
  17. [optional] Editorial: Add "form or search" note to some "Form" sub-su…

    …bsections
    
    In this section form refers to either a `form` or a `search` element.
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a13169a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    226f341 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    01d1006 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    51e1c5c View commit details
    Browse the repository at this point in the history
  21. Add the <search> element to "The form element" section

    Changes:
    
    Any form starts with a <code>form</code> element
    ->
    Any <span data-x="concept-form">form</span> starts with a <code>form</code> or <code>search</code> element
    
    expected
    ->
    expected, but not as a descendant of another <code>form</code> or <code>search</code> element.
    
    <code>form</code> element
    ->
    <code>form</code> or <code>search</code> element
    
    <code>form</code> elements
    ->
    <code>form</code> and <code>search</code> elements
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8a6b580 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2580dec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d80e00e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    66dba16 View commit details
    Browse the repository at this point in the history
  25. Add <search> element action attribute definition

    Defines:
    - attr-search-action
    
    Amends:
    - attr-fs-action
    - attr-fs-formaction
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7cf5e57 View commit details
    Browse the repository at this point in the history
  26. Add "The search element" section

    Defines:
    - attr-aria-role-search
    
    Credit for the explainer and examples:
    @scottaohara
    Kaleidea committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0e6833b View commit details
    Browse the repository at this point in the history