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

Cross-reference "namesake method" #3278

Open
Ms2ger opened this issue Dec 8, 2017 · 1 comment
Open

Cross-reference "namesake method" #3278

Ms2ger opened this issue Dec 8, 2017 · 1 comment
Labels
clarification Standard could be clearer topic: forms

Comments

@Ms2ger
Copy link
Member

Ms2ger commented Dec 8, 2017

For example, HTMLOptionElement::add is defined as

Similarly, the add() method must act like its namesake method on that same options collection.

with no link to that method's definition.

@annevk annevk added clarification Standard could be clearer topic: forms labels Dec 8, 2017
@annevk
Copy link
Member

annevk commented Dec 8, 2017

A proper fix here would probably not use options (the attribute) directly to refer to an associated object and also not use a public method to mutate that object. Both of those are pretty bad practice (and if implemented naively can lead to issues).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer topic: forms
Development

No branches or pull requests

2 participants