From 501e7e89f098594d038871f2806b1d3563ef3cbb Mon Sep 17 00:00:00 2001
From: strudy-bot <>
Date: Mon, 6 Jan 2025 15:24:23 +0000
Subject: [PATCH] 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/).