w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Declare `InputEvent.data` value of `insertLink` should be relative URI if it's specified as relative URI #222

Open masayuki-nakano opened 5 years ago

masayuki-nakano commented 5 years ago

Currently, insertLink''sdata` value is declared as:

the url of the proposed link

This is not clear whether this value can be relative URI or resolved to absolute URI even when relative URI is specified.

I think that the data value of insertLink should be any URI which is specified actually because: