Commit 3fedb00e authored by Kent Tamura's avatar Kent Tamura Committed by Chromium LUCI CQ

Enable SummaryListItem flag by default

* Make the default 'display' property value 'list-item' for the first
  <summary> child of a <details>

* Remove ::-webkit-details-marker pseudo element, and warn if it is
  used.

* Developers can use ::marker pseudo element instead. However, many CSS
  properties don't work.
  https://drafts.csswg.org/css-lists-3/#marker-properties

I2S: https://t.co/g94jiQq604

Bug: 590014
Change-Id: I8dd14ebffeacee8b7f8a04f7b68f1980a4063d85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586164Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835920}
parent ae02ab34
......@@ -1923,7 +1923,7 @@
},
{
name: "SummaryListItem",
status: "test",
status: "stable",
},
{
name: "SurfaceEmbeddingFeatures",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment