-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File report on Wrong Web IDL type for URLs in Element Timing API
- Loading branch information
strudy-bot
committed
Jan 6, 2025
1 parent
d293839
commit 501e7e8
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
Title: Wrong Web IDL type for URLs in Element Timing API | ||
Tracked: N/A | ||
Repo: 'https://github.com/WICG/element-timing' | ||
--- | ||
|
||
While crawling [Element Timing API](https://w3c.github.io/element-timing/), wrong Web IDL type for URLs: | ||
* [ ] `attribute url` in interface `PerformanceElementTiming` uses `DOMString` instead of recommended `USVString` for URLs | ||
* [ ] `attribute url` in interface `PerformanceElementTiming` uses `DOMString` instead of recommended `USVString` for URLs | ||
|
||
<sub>Cc @dontcallmedom @tidoust</sub> | ||
|
||
<sub>This issue was detected and reported semi-automatically by [Strudy](https://github.com/w3c/strudy/) based on data collected in [webref](https://github.com/w3c/webref/).</sub> |