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

Make computation of directionality account for Shadow DOM. #9796

Merged
merged 5 commits into from
Oct 6, 2023

Commits on Sep 26, 2023

  1. Make computation of directionality account for Shadow DOM.

    This specifies (with some additional detail) the proposal in
    whatwg#3699 (comment) .
    This changes three things:
     * the inheritance of directionality
     * the inheritance of language
     * the computation of dir=auto
    to account for Shadow DOM.
    
    This builds on the work in whatwg#9452 and whatwg#9554 to refactor this section, and
    builds on work by Brian Kardell, Eric Meyer, and others in whatwg#7424 and
    in whatwg#9166 and work by fantasai, rniwa, smaug, MyIdShin, Brian Kardell,
    and others in whatwg#3699.
    
    Closes whatwg#9166.
    
    Fixes whatwg#3699.
    dbaron committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    63affd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    fd196fa View commit details
    Browse the repository at this point in the history
  2. Be consistent about 'the'.

    dbaron committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5aad1d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    7ca4b3d View commit details
    Browse the repository at this point in the history
  2. Fix review comments from @annevk.

    dbaron committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e0dfa9f View commit details
    Browse the repository at this point in the history