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

Set empty string for reflection of IDREF attributes #36253

Merged
merged 1 commit into from
Oct 7, 2022

Commits on Oct 4, 2022

  1. Set empty string for reflection of IDREF attributes

    This implements the agreement on the following HTML issue:
    whatwg/html#8306
    
    HTML PR is available at:
    whatwg/html#8352
    
    It just always set the content attribute to the empty string in
    Element::SetElementAttribute() and Element::SetElementArrayAttribute().
    
    The WPT test is updated accordingly to the new behavior.
    
    Bug: 1370977
    Test: external/wpt/html/dom/aria-element-reflection.html
    Change-Id: I55e64df6ac4c3eb50667c1d0a5ba360a9369c978
    mrego authored and chromium-wpt-export-bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8f290e2 View commit details
    Browse the repository at this point in the history