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

HTML API: Complete missing tags in the IN BODY insertion mode. #6972

Closed

Commits on Jul 20, 2024

  1. HTML API: Complete missing tags in the IN BODY insertion mode.

    As part of work to add more spec support to the HTML API, this patch adds
    support for the remaining missing tags in the IN BODY insertion mode. Not
    all of the added tags are supported, because in some cases they reset the
    insertion mode and are reprocessed where they will be rejected.
    
    See Core-61576.
    dmsnell committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    23eae92 View commit details
    Browse the repository at this point in the history
  2. Add return type annotations to new methods

    Co-authored-by: Weston Ruter <westonruter@google.com>
    2 people authored and dmsnell committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b509d04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eca544 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c8de62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c68eb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0168314 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4133ca1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2da451b View commit details
    Browse the repository at this point in the history
  9. Remove empty file.

    dmsnell committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9a9cdc6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ab08ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c3b05a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29d52fc View commit details
    Browse the repository at this point in the history
  13. Add clear-active-formatting-elements method from Jon's TABLE PR.

    Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
    dmsnell and sirreal committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5ad5cbc View commit details
    Browse the repository at this point in the history
  14. Add missing rules in IN BODY

    dmsnell committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d5976ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d3b7b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Fix modifiable text.

    dmsnell committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2c0ec74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aff057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7da469 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Clarify @SInCE tag for open elements.

    Co-authored-by: Jon Surrell <sirreal@users.noreply.github.com>
    dmsnell and sirreal committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0c9c40f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c38159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1323448 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39febe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47f5303 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5141d4c View commit details
    Browse the repository at this point in the history
  7. Linter

    dmsnell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    be1c65c View commit details
    Browse the repository at this point in the history
  8. Update comments

    dmsnell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    081fc5e View commit details
    Browse the repository at this point in the history
  9. Update comments.

    dmsnell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3bcab2a View commit details
    Browse the repository at this point in the history
  10. Update comments.

    dmsnell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    72d672c View commit details
    Browse the repository at this point in the history