Transparent.html: A self-referential experiment in making web infra visible
18 hours ago
- #Accessibility
- #HTML
- #Web Design
- <head> tags cannot contain most visible HTML elements like <div> or <p>, which can hinder storytelling and design.
- <template> tags are useful as they can be placed in both <head> and <body>, contain normally invalid tags, and remain hidden until activated with JavaScript.
- The page's approach to code transparency is not accessible, making it difficult for screen readers and assistive technologies due to excessive pseudo-elements and visual noise.