From 221211229d1debc6dd8798c57d5b1a933cedd5c2 Mon Sep 17 00:00:00 2001
From: strudy-bot <>
Date: Mon, 6 Jan 2025 15:24:21 +0000
Subject: [PATCH] File report on Wrong Web IDL type for URLs in Digital Goods
API
---
issues/digital-goods-urltype.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 issues/digital-goods-urltype.md
diff --git a/issues/digital-goods-urltype.md b/issues/digital-goods-urltype.md
new file mode 100644
index 0000000..375166d
--- /dev/null
+++ b/issues/digital-goods-urltype.md
@@ -0,0 +1,12 @@
+---
+Title: Wrong Web IDL type for URLs in Digital Goods API
+Tracked: N/A
+Repo: 'https://github.com/WICG/digital-goods'
+---
+
+While crawling [Digital Goods API](https://wicg.github.io/digital-goods/), wrong Web IDL type for URLs:
+* [ ] `field iconURLs` in dictionary `ItemDetails` 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/).