Skip to content

Commit

Permalink
[text-box-trim] Retire text-box-edge propagation restriction
Browse files Browse the repository at this point in the history
We added a restriction that the effective text-box-edge can be
propagated to its child only if the same node defines a non-initial
text-box-trim value when text-box-edge is not inherited.
But now the specification is updated[1] which marks text-box-edge as
inherited, and we no longer need this restriction.

This CL also removes
text-box-trim/text-box-trim-ignore-nested-text-box-edge.html
from the web-test. This test was replaces by
text-box-trim-not-ignore-nested-text-box-edge.html (each test
disagrees with the other) since [2], but for some reasons still stays
at the wpt codebase.

A follow-up will retire the EffectiveTextBoxEdge field.

[1] w3c/csswg-drafts#10904
[2] 288ee9d

Bug: 367766472, 374787320, 40254880
Change-Id: I789136ef54fa2d0c8b7a97b08caf1217512d10c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038647
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1388218}
  • Loading branch information
Clqsin45 authored and chromium-wpt-export-bot committed Nov 26, 2024
1 parent 166fa1e commit 7a76ca9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.

This file was deleted.

This file was deleted.

0 comments on commit 7a76ca9

Please sign in to comment.