From 0dc45049dcca64ecd6f4b6d71d10dc2a6cda8807 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 18 Jul 2022 09:51:38 +0200 Subject: [PATCH] Make ARIA reflection tests no tentative ARIA reflection is now defined in HTML and ARIA specs, so the tests no longer need to be marked as tentative. Specs: * https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflecting-content-attributes-in-idl-attributes * https://w3c.github.io/aria/#ARIAMixin --- ...e-reflection.tentative.html => aria-attribute-reflection.html} | 0 ...ent-reflection.tentative.html => aria-element-reflection.html} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename html/dom/{aria-attribute-reflection.tentative.html => aria-attribute-reflection.html} (100%) rename html/dom/{aria-element-reflection.tentative.html => aria-element-reflection.html} (100%) diff --git a/html/dom/aria-attribute-reflection.tentative.html b/html/dom/aria-attribute-reflection.html similarity index 100% rename from html/dom/aria-attribute-reflection.tentative.html rename to html/dom/aria-attribute-reflection.html diff --git a/html/dom/aria-element-reflection.tentative.html b/html/dom/aria-element-reflection.html similarity index 100% rename from html/dom/aria-element-reflection.tentative.html rename to html/dom/aria-element-reflection.html