commit | f701be680eecde9a14b2cfc97d22a3a5d4b69610 | [log] [tgz] |
---|---|---|
author | Oriol Brufau <obrufau@igalia.com> | Wed Oct 30 21:54:24 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 30 21:54:24 2019 |
tree | e65975b60acdd9b9b538bb0b15787719251d3556 | |
parent | a9d7f4c075194c5fa1286a8af2c26e8cc0e4a55c [diff] |
[css-pseudo] Restrict the properties allowed in ::marker Only the following properties apply to a ::marker pseudo-element: - all font properties - `color` - `text-combine-upright`, `unicode-bidi`, and `direction` - `content` Spec: https://drafts.csswg.org/css-pseudo-4/#marker-pseudo BUG=457718 TEST=external/wpt/css/css-pseudo/parsing/marker-supported-properties.html The test has 2 failures because font-synthesis and font-variant-position have not been implemented yet. Change-Id: I9f82e13bdd14a06a84ee55e352cd5a2c64d6fb97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891310 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#710995}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .