12 Commits

Author SHA1 Message Date
Tobias Schmitz
a3f1d630fc
feat: [no ci] add cli args for PDF/UA-1 standard and to disable tagging 2025-07-01 14:26:43 +02:00
Tobias Schmitz
af7c260630
refactor: revert some changes to FrameItem::Link 2025-07-01 14:26:43 +02:00
Tobias Schmitz
f191b4dd37
fix: [no ci] avoid empty marked-content sequences 2025-07-01 14:26:43 +02:00
Tobias Schmitz
4a1fcffd93
feat: [no ci] use local krilla version 2025-07-01 14:26:43 +02:00
Tobias Schmitz
6900854713
feat: [no ci] write tags for links and use quadpoints in link annotations 2025-07-01 14:26:43 +02:00
Tobias Schmitz
9d38fb4a64
feat: [no ci] mark artifacts 2025-07-01 14:26:43 +02:00
Tobias Schmitz
710356c5af
feat: [WIP] allow specifying alt text for links
skip-checks:true

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Wed May 28 17:47:35 2025 +0200
#
# On branch pdf-accessibility
# Your branch and 'origin/pdf-accessibility' have diverged,
# and have 11 and 5 different commits each, respectively.
#
# Changes to be committed:
#	modified:   crates/typst-ide/src/jump.rs
#	modified:   crates/typst-layout/src/flow/distribute.rs
#	modified:   crates/typst-layout/src/modifiers.rs
#	modified:   crates/typst-library/src/foundations/content.rs
#	modified:   crates/typst-library/src/layout/frame.rs
#	modified:   crates/typst-library/src/model/bibliography.rs
#	modified:   crates/typst-library/src/model/footnote.rs
#	modified:   crates/typst-library/src/model/link.rs
#	modified:   crates/typst-library/src/model/outline.rs
#	modified:   crates/typst-library/src/model/reference.rs
#	modified:   crates/typst-pdf/src/convert.rs
#	modified:   crates/typst-pdf/src/link.rs
#	modified:   crates/typst-render/src/lib.rs
#	modified:   crates/typst-svg/src/lib.rs
#	modified:   tests/src/run.rs
#
2025-07-01 14:26:43 +02:00
Tobias Schmitz
cc1856ca95
feat: [WIP] include links in tag tree
skip-checks:true
2025-07-01 14:26:43 +02:00
Tobias Schmitz
e8aa619ba5
feat: [WIP] write tags
skip-checks:true
2025-07-01 14:26:43 +02:00
Tobias Schmitz
5a592bbd61
feat: [draft] generate accessibility tag tree for headings
skip-checks:true
2025-07-01 14:26:43 +02:00
Laurenz
fbb02f40d9 Consistent codepoint formatting in HTML and PDF error messages 2025-06-23 14:18:41 +02:00
Laurenz Stampfl
96dd67e011
Switch PDF backend to krilla (#5420)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-04-01 14:42:52 +00:00