America Forever Bytes

html · AFBytes

Technology

html

Tracked in 5 AFBytes stories. First seen May 28, 2026. Last seen May 31, 2026.

Recent coverage

On the

I learned a few new-to-me things about the <dl> element from this article by Ben Meyer: A <dt> can be followed by multiple <dd> You can optionally group the <dt...

Read story

Abusing image tags for cross domain requests

Cross domain requests with <img> tags are not bound to the same origin policy. I will shed light on several possibilities how malicious web site owners can pote...

Read story

How Declarative Partial Updates Work in HTML

HTML has always supported streaming. The server doesn't need to build an entire page in memory before sending it to the browser. It can send the initial HTML fi...

Read story