From 657eddbeb58083cc283ce5c550fb2fee45970757 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Mon, 29 Aug 2022 11:51:56 -0700 Subject: [PATCH] Modify the UA stylesheet to allow `` This CL does two main things: 1. Convert the :-internal-popup-hidden to :-internal-popup-opening-or-open 2. Add/modify rules for both dialog and [popup] so that they don't add display:none when a is either open as a dialog or pop-up. See this issue for details: https://github.com/openui/open-ui/issues/520 Bug: 1307772 Change-Id: I751f6991a988a58032cebd52f289e5468140ce79 --- html/semantics/popups/popup-attribute-basic.tentative.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/semantics/popups/popup-attribute-basic.tentative.html b/html/semantics/popups/popup-attribute-basic.tentative.html index 4f508ee5baed7a0..dfce21b0c16d85c 100644 --- a/html/semantics/popups/popup-attribute-basic.tentative.html +++ b/html/semantics/popups/popup-attribute-basic.tentative.html @@ -17,6 +17,8 @@
Different element type
+ Dialog with popup attribute + Dialog with popup=manual
Invalid popup value - defaults to popup=manual
Invalid popup value - defaults to popup=manual
Invalid popup value - defaults to popup=manual
@@ -24,6 +26,7 @@
Not a pop-up
+ Dialog without popup attribute
Animated pop-up