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

[Fizz] Implement all the DOM attributes and special cases #21153

Merged
merged 9 commits into from
Apr 1, 2021

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    816a718 View commit details
    Browse the repository at this point in the history
  2. Styles

    sebmarkbage committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9e632f6 View commit details
    Browse the repository at this point in the history
  3. Input warnings

    sebmarkbage committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b18d2c3 View commit details
    Browse the repository at this point in the history
  4. Textarea special cases

    sebmarkbage committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    600868b View commit details
    Browse the repository at this point in the history
  5. Select special cases

    sebmarkbage committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3dc5bd7 View commit details
    Browse the repository at this point in the history
  6. Option special cases

    We read the currently selected value from the FormatContext.
    sebmarkbage committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    aeffeed View commit details
    Browse the repository at this point in the history
  7. Warning for non-lower case HTML

    We don't change to lower case at runtime anymore but keep the warning.
    sebmarkbage committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c7c8277 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Pre tags innerHTML needs to be prefixed

    This is because if you do the equivalent on the client using innerHTML,
    this is the effect you'd get.
    sebmarkbage committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fb7fe19 View commit details
    Browse the repository at this point in the history
  2. Extract errors

    sebmarkbage committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    dbc8fb9 View commit details
    Browse the repository at this point in the history