From 10fae783d7883122ab2f94d4bb5cff09d8930568 Mon Sep 17 00:00:00 2001 From: prushforth Date: Mon, 21 Oct 2024 13:56:32 +0000 Subject: [PATCH] [AUTO] Sync MapML Build --- src/dist/index.html | 24 ++++++++++++------------ src/dist/mapml.js | 14 +++++++------- src/dist/mapml.js.map | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/dist/index.html b/src/dist/index.html index 7aaa8a6..fe85487 100644 --- a/src/dist/index.html +++ b/src/dist/index.html @@ -33,7 +33,7 @@ vertical-align: middle; } - /* Pre-style to avoid FOUC of inline layer- and fallback content. */ + /* Pre-style to avoid FOUC of inline map-layer and fallback content. */ mapml-viewer:not(:defined) > * { display: none; } @@ -70,7 +70,7 @@ contain-intrinsic-size: 304px 154px; } - /* Pre-style to avoid FOUC of inline layer- and fallback content. */ + /* Pre-style to avoid FOUC of inline map-layer and fallback content. */ map[is="web-map"]:not(:defined) + img[usemap], map[is="web-map"]:not(:defined) > :not(area):not(.mapml-web-map) { display: none; @@ -80,7 +80,7 @@ supported, or if javascript is disabled. This needs to be defined separately from the above, because the `:not(:defined)` selector invalidates the entire declaration in browsers that do not support it. */ - layer- { + map-layer { display: none; } @@ -88,7 +88,7 @@