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 @@