From 4deef2653441291616a8f24142e5f5520dcd899c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 4 Mar 2025 11:15:37 +0100 Subject: [PATCH] Editoral: fix typo'd data-x-href attributes Because of this typo, the definition and its uses weren't linked to the external spec. The links are still correct/working: https://drafts.fxtf.org/geometry/#dom-dompointinit-x https://drafts.fxtf.org/geometry/#dom-dompointinit-y --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 2e1c30eeb5d..4dfeb00813c 100644 --- a/source +++ b/source @@ -4167,8 +4167,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute algorithms for DOMMatrix2DInit or DOMMatrixInit
  • The DOMPointInit dictionary, and associated - x and - y members
  • + x and + y members
  • Matrix multiplication