mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#headings

0 Beiträge0 Beteiligte0 Beiträge heute
Fortgeführter Thread

Are you the kind of person who has always wondered how to tag a subtitle, or whether a Title in a PDF should be tagged as a Heading 1, or what to do with tags when a heading breaks across several lines?

Then you might want to check out the free webinar offered by the @PDFassociation on May 15.

Free Webinar – Techniques for Accessible PDF: Headings
pdfa.org/event/webinar-techniq

2/2

pdfa.orgWebinar – Techniques for Accessible PDF: Headings – PDF Association

Change the #PDF layout of paragraph- and subparagraph level #headings to "free-standing" by setting the `block-headings` variable.
Default behavior is to let those headings run into the first line; by running #pandoc with
pandoc -V block-headings
the headings are placed in a separate line, similar to higher-level headings.

Heading off confusion: When do headings fail WCAG? (10min):
tpgi.com/heading-off-confusion
Bringing back some older article, because it’s still relevant. Even if not ideal, skipped heading (like H1 then H3) is not an accessibility failure.That being said, if you can avoid it, avoid it. Illogical heading order and non-descriptive ones are thought.
#Accessibility #Headings

TPGi · Heading off confusion: When do headings fail WCAG? - TPGiHeadings convey the organization of the content on a webpage or screen. Good heading structures make it easy for people to quickly scan a web document and understand its structure,...