Tobias Schmitz
042330cd66
feat: add alt field to figure
2025-07-23 16:17:50 +02:00
Tobias Schmitz
3909bdae6b
refactor: format code
2025-07-23 12:50:30 +02:00
Tobias Schmitz
de72040ce6
Merge branch 'main' into pdf-accessibility
2025-07-22 23:31:41 +02:00
Laurenz
b036fd97ab
Reformat with 2024 edition
2025-07-21 15:22:29 +02:00
Laurenz
c9c2315ad3
Fix 2024 clippy warnings
2025-07-21 15:22:29 +02:00
Laurenz
4bbd4e195b
Migrate to 2024 edition
2025-07-21 15:22:28 +02:00
Tobias Schmitz
99815f449c
feat: best effort link alt text generation
2025-07-18 12:01:54 +02:00
Tobias Schmitz
79423f3033
refactor: revert some changes to main
2025-07-17 17:33:27 +02:00
Tobias Schmitz
0bd0dc6d92
feat: generate tags for bibliographies
2025-07-17 16:12:10 +02:00
Tobias Schmitz
bf75ab858d
feat: better alt text for footnote links
2025-07-16 14:04:22 +02:00
Tobias Schmitz
39a2c31169
Merge branch 'main' into pdf-accessibility
2025-07-16 12:59:06 +02:00
Laurenz
0a4b72f8f6
Partially automate span assignment in native show rule ( #6613 )
2025-07-16 08:55:06 +00:00
Laurenz
c58766440c
Support intra-doc links in HTML ( #6602 )
2025-07-16 08:17:42 +00:00
Y.D.X.
ea5272bb2b
Support setting fonts repeatedly with different covers
( #6604 )
2025-07-16 08:10:21 +00:00
Tobias Schmitz
728d37efa0
feat: generate tags for footnotes
2025-07-15 16:54:15 +02:00
Tobias Schmitz
451b0815ff
feat: mark numbering prefix of heading and outline as Lbl
2025-07-14 17:11:02 +02:00
Tobias Schmitz
0df9da7ce6
feat: generate tags for terms
2025-07-14 16:37:16 +02:00
Tobias Schmitz
9bbfe4c14a
fix: make figure captions sibling elements
...
if the caption is contained within the figure screen readers might ignore it
2025-07-14 10:46:00 +02:00
Tobias Schmitz
3c46056599
fix: public outline entry.inner()
function
2025-07-13 17:46:55 +02:00
Tobias Schmitz
b5c6f7132b
feat!: remove unfinished manual tagging code for now
2025-07-13 17:38:19 +02:00
Tobias Schmitz
eb9a3359d5
feat: generate tags for lists and enums
2025-07-13 17:27:02 +02:00
Tobias Schmitz
e8af101a79
Merge branch 'main' into pdf-accessibility
2025-07-11 14:13:34 +02:00
Laurenz
98802dde7e
Complete movement of HTML export code to typst-html
( #6584 )
2025-07-10 10:42:34 +00:00
Laurenz
3aa7e861e7
Support images in HTML export ( #6578 )
2025-07-09 13:48:43 +00:00
Max
f9b01f595d
Move math styling to codex and add math.scr
( #6309 )
2025-07-09 13:08:49 +00:00
Laurenz
e5e1dcd9c0
Target-specific native show rules ( #6569 )
2025-07-09 08:16:36 +00:00
Tobias Schmitz
0c09c7d666
Merge branch 'main' into pdf-accessibility
2025-07-08 14:57:51 +02:00
Laurenz
0a3c6939dd
Rewrite foundations of native elements ( #6547 )
2025-07-08 08:52:43 +00:00
Tobias Schmitz
773efb5572
fix: bug due to table cell start tags in grid layout code
2025-07-03 18:43:13 +02:00
Tobias Schmitz
4894a227d2
refactor: revert some changes to FrameItem::Link
2025-07-03 18:42:46 +02:00
Tobias Schmitz
6c686bd460
feat: write tags for links and use quadpoints in link annotations
2025-07-03 18:42:10 +02:00
Tobias Schmitz
9e2235dbd8
feat: pdf.artifact element
2025-07-03 18:42:10 +02:00
Tobias Schmitz
1980430578
feat: mark artifacts
2025-07-03 18:41:48 +02:00
Tobias Schmitz
cc70a785dd
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-03 15:58:07 +02:00
Tobias Schmitz
c6b3b371b0
feat: [WIP] write tags
...
skip-checks:true
2025-07-03 15:58:07 +02:00
Malo
09c831d3b3
Use "subs" and "sups" font features for typographic scripts ( #5777 )
2025-07-02 08:00:45 +00:00
+merlan #flirora
b9f3a95e03
Sort line items by logical order when constructing frame ( #5887 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-27 08:36:46 +00:00
+merlan #flirora
d54544297b
Minor fixes to doc comments ( #6500 )
2025-06-25 16:58:40 +00:00
Wannes Malfait
38dd6da237
Fix stroke cap of shapes with partial stroke ( #5688 )
2025-06-23 14:58:04 +00:00
Malo
3a6d5fd6b2
Do not force math.mid
elements to have the Large math class ( #5980 )
2025-06-11 08:29:38 +00:00
Max
44d410dd00
Use the shaper in math ( #6336 )
2025-06-10 14:44:38 +00:00
PgBiel
7c7b962b98
Table multiple headers and subheaders ( #6168 )
2025-06-10 14:41:16 +00:00
Tobias Schmitz
a18ca3481d
Report errors in external files ( #6308 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10 12:46:27 +00:00
Max
aee99408e1
Apply short fall consistently in math when stretching ( #6377 )
2025-06-04 10:14:24 +00:00
Linus Unnebäck
1de2095f67
Add support for WebP images ( #6311 )
2025-06-04 09:54:03 +00:00
Max
128c40d839
Apply script-style to numbers consistently in math ( #6320 )
2025-06-04 08:20:54 +00:00
Max
dd95f7d594
Fix bottom accent positioning in math ( #6187 )
2025-06-03 14:08:18 +00:00
Mikołaj
3e7a39e968
Fix stroking of glyphs in math mode ( #6243 )
2025-05-28 17:29:40 +00:00
Ian Wrzesinski
9a95966302
Remove line break opportunity when math operator precededes a closing paren ( #6216 )
2025-05-28 13:44:44 +00:00
Tobias Schmitz
d204a28818
Expand text link boxes vertically by half the leading spacing ( #6252 )
2025-05-12 18:12:35 +00:00