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

HTMLFormElement's action attribute should be a USVString #1254

Closed
domenic opened this issue May 15, 2016 · 1 comment
Closed

HTMLFormElement's action attribute should be a USVString #1254

domenic opened this issue May 15, 2016 · 1 comment
Assignees

Comments

@domenic
Copy link
Member

domenic commented May 15, 2016

It's a URL, so should be a USVString.

@domenic domenic added normative change good first issue Ideal for someone new to a WHATWG standard or software project labels May 15, 2016
@Ms2ger
Copy link
Member

Ms2ger commented May 17, 2016

I think this is not possible (#1266).

@zcorpan zcorpan removed the good first issue Ideal for someone new to a WHATWG standard or software project label May 18, 2016
@domenic domenic self-assigned this May 19, 2016
domenic added a commit that referenced this issue May 19, 2016
This finds all instances where URLs are part of an IDL interface,
including where they are reflecting content attributes, and changes the
type from DOMString to USVString. This has already been done in some
places in a haphazard way, but this commit finishes the process.

This allows us to clarify the rules for reflecting USVString attributes,
and remove the clause that allows DOMString attributes to reflect URLs.

Fixes #1254. Fixes #1266.
domenic added a commit that referenced this issue May 20, 2016
This finds all instances where URLs are part of an IDL interface,
including where they are reflecting content attributes, and changes the
type from DOMString to USVString. This has already been done in some
places in a haphazard way, but this commit finishes the process.

This allows us to clarify the rules for reflecting USVString attributes,
and remove the clause that allows DOMString attributes to reflect URLs.

Fixes #1254. Fixes #1266.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants