Install
Web Standards & CSS
HTML/CSS, Web Components, modern APIs, PWAs, and accessibility.
- 6 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Web Standards & CSS
Your contract templates should live in your repo, not in a WYSIWYG editor
3+ week, 3+ day ago (649+ words) Every time I've needed signatures inside a product I was building, the same thing happened. The signature part took an afternoon. The contract part took weeks — because the legal text lived in someone else's WYSIWYG editor, behind a login, with…...
Your Markdown Parser Is Not Your XSS Boundary
3+ week, 4+ day ago (324+ words) A Markdown parser can produce exactly the right HTML and still leave your application exposed to XSS. Parsing answers what the input means. Sanitization decides which parts of that meaning are allowed to reach an HTML sink. I tested that…...
Accessibility Testing for Documentation: A Release Checklist
4+ week, 12+ hour ago (868+ words) Accessibility testing matters for documentation because a page can look finished and still leave a reader unable to complete its task. A bold heading, a link named “here,” or a screenshot holding the only success signal can turn setup instructions…...