Bug 1777438 [wpt PR 34658] - [@container] Change initial value of container-type...
commitd1ee19214a6c83f796e712d0a2e99e91094ce455
authorAnders Hartvoll Ruud <andruud@chromium.org>
Mon, 4 Jul 2022 21:54:37 +0000 (4 21:54 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Tue, 5 Jul 2022 08:35:56 +0000 (5 08:35 +0000)
treec250440f28889ab75e43ed2d5106c00c3da5ef50
parent9f71ad4b5d75a20b23e6b0252bff87ec4bc1c9d3
Bug 1777438 [wpt PR 34658] - [@container] Change initial value of container-type to 'normal', a=testonly

Automatic update from web-platform-tests
[@container] Change initial value of container-type to 'normal'

Per recent CSSWG resolution [1], the initial value is now 'normal'.

The function StyleBuilderConverter::ConvertFlags had hard-coded
handling of CSSValueID::kNone which interpreted that to mean "flags=0".
Since we now also need kNormal to mean "flags=0", this CL adds a
template parameter to indicate which CSSValueID we should treat as
zero.

This CL also disallows the following values from the <custom-ident>
of the container-name property:

 - normal, which was clearly intended from reading the discussion
   in [1].
 - auto, which is not explicitly mentioned in [1] as something to
   disallow, but it's aligned with the ambition to disallow
   none/normal/auto from <custom-ident> in general [2].

[1] https://github.com/w3c/csswg-drafts/issues/7402
[2] https://github.com/w3c/csswg-drafts/issues/7431

Fixed: 1340859
Change-Id: I841303e2b5673c65d69d97522a0a3661e5d1ec24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3736384
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1019597}

--

wpt-commits: 470bdbafc3fd827c20172ca192cabfe79f9e92aa
wpt-pr: 34658
testing/web-platform/tests/css/css-contain/container-queries/at-container-parsing.html
testing/web-platform/tests/css/css-contain/container-queries/container-computed.html
testing/web-platform/tests/css/css-contain/container-queries/container-inheritance.html
testing/web-platform/tests/css/css-contain/container-queries/container-name-parsing.html
testing/web-platform/tests/css/css-contain/container-queries/container-parsing.html
testing/web-platform/tests/css/css-contain/container-queries/container-type-computed.html
testing/web-platform/tests/css/css-contain/container-queries/container-type-parsing.html
testing/web-platform/tests/css/css-contain/container-queries/container-units-invalidation.html
testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/container-type.html