From 501e7e89f098594d038871f2806b1d3563ef3cbb Mon Sep 17 00:00:00 2001 From: strudy-bot <> Date: Mon, 6 Jan 2025 15:24:23 +0000 Subject: [PATCH 1/2] File report on Wrong Web IDL type for URLs in Element Timing API --- issues/element-timing-urltype.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 issues/element-timing-urltype.md diff --git a/issues/element-timing-urltype.md b/issues/element-timing-urltype.md new file mode 100644 index 0000000..ece81a1 --- /dev/null +++ b/issues/element-timing-urltype.md @@ -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 + +Cc @dontcallmedom @tidoust + +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/). From 2a2b07c4b85e57c500876b62bbb8378c584929eb Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 6 Jan 2025 16:43:50 +0100 Subject: [PATCH 2/2] Update issues/element-timing-urltype.md --- issues/element-timing-urltype.md | 1 - 1 file changed, 1 deletion(-) diff --git a/issues/element-timing-urltype.md b/issues/element-timing-urltype.md index ece81a1..406325d 100644 --- a/issues/element-timing-urltype.md +++ b/issues/element-timing-urltype.md @@ -6,7 +6,6 @@ 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 Cc @dontcallmedom @tidoust