From d6cfd19b15040c1704e7870d3410741686c93d7a Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Sat, 15 Aug 2026 03:16:19 +0200 Subject: [PATCH] fix: withdraw the quote attribution, a captioned quote is a figure again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit markup-carve/carve#1213 withdraws PART 9 §4a and PART 11 §10d. A caption on a block quote is not an attribution; it is a caption like any other, so a captioned quote is a `figure` whose target is the quote - the shape this engine produced before markup-carve/carve-php#1239. WHY THE CLAUSE FELL. The HTML Standard's `blockquote` section requires that "attribution for the quotation, if any, must be placed outside the `blockquote` element", and gives a `
` wrapping the quote with a `
` as the way to attach it, "which is not part of the quote and therefore doesn't belong inside the `blockquote` itself". §4a put it inside, in a `