From 58ce5aa51e7e3b797f3b6cfbb3bee2f70e3608d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 12 Mar 2025 11:31:56 +0100 Subject: [PATCH] Editorial: remove no-op data-x-for attributes Wattsi doesn't use this attribute, it has no effect. data-x="concept-document-url" and data-x="concept-document-origin" are already used to link to these definitions, no for="" needed. --- source | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/source b/source index 2e1c30eeb5d..4942a2543b4 100644 --- a/source +++ b/source @@ -10806,13 +10806,13 @@ o.myself = o; DOM

The Document object's URL is defined in DOM. It is initially set when - the Document object is created, but can change during the lifetime of the - Document object; for example, it changes when the user navigates to a fragment on the page - and when the pushState() method is called with a new - URL. DOM

+ data-x="concept-document-url" + data-x-href="https://dom.spec.whatwg.org/#concept-document-url">URL is defined in + DOM. It is initially set when the Document object is created, but can + change during the lifetime of the Document object; for example, it changes when the + user navigates to a fragment + on the page and when the pushState() method is called + with a new URL. DOM