From cb38575b8717cf12e4c628cc8d46a0b809884f47 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 31 Aug 2025 17:14:11 +0900 Subject: [PATCH] Tags that are void elements and also phrasing content are not considered blocks. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.txt b/spec.txt index 1f5a39f6..037de5af 100644 --- a/spec.txt +++ b/spec.txt @@ -2409,8 +2409,8 @@ the string `/>`.\ **End condition:** line is followed by a [blank line]. 7. **Start condition:** line begins with a complete [open tag] -(with any [tag name] other than `pre`, `script`, -`style`, or `textarea`) or a complete [closing tag], +(with any [tag name] other than `pre`, `script`, `style`, `textarea`, +`br`, `embed`, `img`, `input` or `wbr`) or a complete [closing tag], all on a single line, followed by zero or more spaces and tabs, followed by the end of the line.\ **End condition:** line is followed by a [blank line].