Skip to content

zzap/WordPress-Gems-for-Devs-Accessibility-with-HTML-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordPress gems for devs: Accessibility with HTML API

Repository for code examples and resources used in the "WordPress gems for devs: Accessibility with HTML API" talk.

Event Date Branch Links
IPC Munich 2025 29 October 2025 conf/IPCMunich2025 Event | Slides

HTML API

What problems does it solve?

It makes manipulating HTML faster, easier, and more controlled, making jQuery/JavaScript obsolete for many use cases.

It is built completely custom, starting with HTML standards, which means the parser is never surprised by the HTML it receives but rather it supports the HTML we will probably never see.

Interactivity API wouldn't be possible without it.

Reference

Examples

Resources

Tools

Equivalents in other PHP frameworks

None.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published