From 7b93c5f15d2d4df418f7dc1e61c3f82e24935833 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Fri, 24 Jun 2022 12:20:23 -0700 Subject: [PATCH] Rename popup=async to popup=manual Per the [1] resolution, we have decided to rename popup=async to popup=manual, since it is a) parallel to popup=auto, and b) easier to understand. [1] https://github.com/openui/open-ui/issues/495#issuecomment-1164827851 Bug: 1307772 Change-Id: I786f6332c2a7f9df4810aeedfd425e38579ea1b1 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3722345 Commit-Queue: Mason Freed Auto-Submit: Mason Freed Reviewed-by: Joey Arhar Cr-Commit-Position: refs/heads/main@{#1017762} --- .../popup-attribute-basic.tentative.html | 6 ++-- ...pup-backdrop-appearance-ref.tentative.html | 2 +- .../popup-backdrop-appearance.tentative.html | 2 +- .../popups/popup-defaultopen.tentative.html | 8 ++--- .../popup-invoking-attribute.tentative.html | 2 +- .../popups/popup-light-dismiss.tentative.html | 18 +++++------ .../popups/popup-types.tentative.html | 30 +++++++++---------- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/html/semantics/popups/popup-attribute-basic.tentative.html b/html/semantics/popups/popup-attribute-basic.tentative.html index efcd3355ebe24a..e7c2c316881b33 100644 --- a/html/semantics/popups/popup-attribute-basic.tentative.html +++ b/html/semantics/popups/popup-attribute-basic.tentative.html @@ -11,7 +11,7 @@
Pop up
Pop up
Pop up
-
Pop up
+
Pop up
@@ -158,7 +158,7 @@ assert_false(popUp.matches(':top-layer')); popUp.showPopUp(); assert_true(popUp.matches(':top-layer')); - popUp.setAttribute('popup','async'); + popUp.setAttribute('popup','manual'); assert_false(popUp.matches(':top-layer')); popUp.showPopUp(); assert_true(popUp.matches(':top-layer')); @@ -175,7 +175,7 @@ } } - ["auto","hint","async"].forEach(type => { + ["auto","hint","manual"].forEach(type => { test((t) => { const popUp = createPopUp(t); popUp.setAttribute('popup',type); diff --git a/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html b/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html index 0327f3886fbcee..283eed24d3d7b5 100644 --- a/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html +++ b/html/semantics/popups/popup-backdrop-appearance-ref.tentative.html @@ -40,7 +40,7 @@ if there are 3 stacked boxes, with the brightest green on top.

Bottom
Middle -
Top
+
Top
diff --git a/html/semantics/popups/popup-backdrop-appearance.tentative.html b/html/semantics/popups/popup-backdrop-appearance.tentative.html index da975d95b659d8..62005db75be4ec 100644 --- a/html/semantics/popups/popup-backdrop-appearance.tentative.html +++ b/html/semantics/popups/popup-backdrop-appearance.tentative.html @@ -41,7 +41,7 @@ if there are 3 stacked boxes, with the brightest green on top.

Bottom
Middle -
Top
+
Top
Popup 1