From 9d23e07db863580ed2438efdd8a851ca2d32cbc3 Mon Sep 17 00:00:00 2001
From: "L. David Baron"
Date: Wed, 17 Jan 2024 10:01:51 -0500
Subject: [PATCH] Fix syntax and position of [.
---
source | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source b/source
index f9489a7622d..f8f00213850 100644
--- a/source
+++ b/source
@@ -130827,8 +130827,8 @@ console.assert(container.firstChild instanceof SuperP);
]An element is being rendered by its children if it is not being
rendered but its children (if any) could be rendered,
- as a result of CSS 'display: contents' [, or some equivalent in other styling
- languages.]
+ as a result of CSS 'display: contents', or some equivalent in other styling languages.
+ [CSSDISPLAY]