Summary: | LBody elements in Tagged-PDF structure should be reported as block elements | ||
---|---|---|---|
Product: | poppler | Reporter: | Adrian Perez de Castro <aperez> |
Component: | general | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | apinheiro, carlosgc, jdiggs |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 64813 | ||
Attachments: | Report LBody elements in Tagged-PDF structure as block elements |
Pushed, thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 93393 [details] Report LBody elements in Tagged-PDF structure as block elements According to section 14.8.4.3 "Block-Level Structure Elements" (in particular subsection 14.8.4.3.3 "List Elements"), structure elements of type LBody must be reported as block elements. With the current implementation, StructElement::isBlock() returns false for those.