Skip to content

Commit

Permalink
Use USVString for all URLs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
domenic committed May 20, 2016
1 parent bbfba9a commit 018b983
Showing 1 changed file with 67 additions and 64 deletions.
Loading

0 comments on commit 018b983

Please sign in to comment.