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

Fix DOMPoint»w|x|y|z spec URLs #11167

Merged
merged 1 commit into from
Jun 21, 2021

Commits on Jun 20, 2021

  1. Fix DOMPoint»w|x|y|z spec URLs

    There aren’t actually any #dom-dompoint-w|x|y|z fragment IDs in the
    https://drafts.fxtf.org/geometry/ spec. Instead the spec has shared text
    that the DOMPointReadOnly and DOMPoint IDLs both link to, at, e.g.,
    https://drafts.fxtf.org/geometry/#dom-dompointreadonly-x, which says:
    
    > The x attribute, on getting, must return the x coordinate value. For
    > the DOMPoint interface, setting the x attribute must set the x
    > coordinate to the new value.
    
    That is, the first sentence of that shared text applies to both the
    DOMPointReadOnly and DOMPoint interfaces, while the second sentence
    applies only to the DOMPoint interface.
    sideshowbarker committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    94c2649 View commit details
    Browse the repository at this point in the history