Skip to content

Commit

Permalink
File report on Wrong Web IDL type for URLs in Element Timing API
Browse files Browse the repository at this point in the history
  • Loading branch information
strudy-bot committed Jan 6, 2025
1 parent d293839 commit 501e7e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions issues/element-timing-urltype.md
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>

0 comments on commit 501e7e8

Please sign in to comment.