On 7/31/25 19:39, Mikael Sundqvist wrote:
> 
> Yes, same for blockquote. And as far as I understand BlockQuote is not
> in the pdf2 namespace, but in pdf1.7 one. It is still available in
> ua2, though.

Hi Mikael,

I don’t have the standard, but I replaced `/delimitedcontent /Span` with
`/delimitedcontent /BlockQuote` in a ConTeXt-generated PDF document (the
sample from the first message in this thread).

Testing the result with a fairly recent version (from this week, I
think) of veraPDF doesn’t complaint. So it seems valid PDF/UA-2.

veraPDF complains about wrong child value for `/StructTreeRoot` (even
being `/Document`) and wrong mapping to `/DocumentFragment` using this
source:

  \setuptagging[state=start]
  \setupstructure[state=start]
  \setupbackend    [format=pdf/ua-2]
  \starttext
  \startquotation
  Just a quotation.
  \stopquotation
  \stoptext

I’m reporting this upstream, but is my sample missing something?

BTW, what I get from
https://pdfa.org/wp-content/uploads/2024/02/Well-Tagged-PDF-WTPDF-1.0.pdf#page=17,
it seems that `/DocumentFragment` is intended only for fragments of
another documents (than the current one).

> The <break> was a bit off indeed. But I think it will stay, for other
> reasons.

Ok, but will we have `break` even from this structured source?

  \startblockquote
    \startparagraph
      Paragraph 1.
    \stopparagraph

    \startparagraph
      Paragraph 2.
    \stopparagraph

  \stopblockquote

Many thanks for your help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to