From b4207b3fa5b1fa4521d9570d595913e854f0cfc2 Mon Sep 17 00:00:00 2001
From: Sebastian Zartner
Date: Wed, 8 Oct 2025 09:02:45 +0200
Subject: [PATCH] [css-display-3][css-display-4][editorial] Added WPTs
---
css-display-3/Overview.bs | 372 ++++++++++++++++++++++-
css-display-4/Overview.bs | 601 +++++++++++++++++++++++++++++++++++++-
2 files changed, 969 insertions(+), 4 deletions(-)
diff --git a/css-display-3/Overview.bs b/css-display-3/Overview.bs
index fbd812fdd48..4f7136f5ff5 100644
--- a/css-display-3/Overview.bs
+++ b/css-display-3/Overview.bs
@@ -31,6 +31,8 @@ Ignored Terms: display-model, display-role, table row group box, absolutely posi
At Risk: Application of ''::first-letter'' in the presence of run-ins
At Risk: ''display: run-in''
At Risk: All multi-keyword values of 'display'
+WPT Path Prefix: css/css-display/
+WPT Display: closed
spec:css-align-3; type:value; text:stretch
@@ -205,6 +207,11 @@ Introduction
can be found in the CSS Speech Module.
[[!CSS-SPEECH-1]]
+
+ empty-text-baseline-001.html
+ empty-text-baseline-002.html
+
+
Module interactions
@@ -212,6 +219,13 @@ Module interactions
None of the properties in this module apply to the ::first-line or ::first-letter pseudo-elements.
+
+ display-first-letter-001.html
+ display-first-line-001.html
+ display-first-line-002.html
+ display-inline-dynamic-001.html
+
+
Value Definitions
@@ -410,6 +424,20 @@ Box Layout Modes: the 'display' property
serialization of equivalent 'display' values uses the “Short 'display'” column.
[[CSSOM]]
+
+ animations/display-interpolation.html
+ display-math-on-non-mathml-elements.html
+ display-math-on-pseudo-elements-001.html
+ display-math-on-pseudo-elements-002.html
+ display-none-root-hit-test-crash.html
+ inheritance.html
+ parsing/display-computed.html
+ parsing/display-invalid.html
+ parsing/display-valid.html
+ select-4-option-optgroup-display-none.html
+ textarea-display.html
+
+