Tag web

4 bookmarks have this tag.

2025-09-02

144.

HTML Includes That Work Today | Filament Group, Inc., Boston, MA

www.filamentgroup.com/lab/html-includes

To load and embed the SVG file, I used the following markup:

<iframe src="signal.svg" onload="this.before((this.contentDocument.body || this.contentDocument).children[0]);this.remove()"></iframe>

Despite the fact that this markup starts out as an iframe, if you inspect the graphic above using developer tools, you’ll see the SVG markup for the icon, inlined right in the HTML DOM, with no iframe element to be found. This is because the code uses an iframe to load the file, and an onload event to inject the iframe’s content just before the iframe in the HTML, before deleting the iframe itself.

2025-08-24

139.

HTTP Archive: CrUX

httparchive.org/reports/chrome-ux-report

Loading and interactivity performance as experienced by real-world Chrome users across a diverse set of hardware and network conditions, powered by the Chrome User Experience Report.

2025-08-11

137.

HTTP/1.1 must die: the desync endgame

portswigger.net/research/http1-must-die

Abstract Upstream HTTP/1.1 is inherently insecure and regularly exposes millions of websites to hostile takeover. Six years of attempted mitigations have hidden the issue, but failed to fix it. This p

2024-07-08

32.

Управение регистром букв с помощью CSS

github.com/pietervanheijningen/clickbait-remover-for-youtube/blob/1cb68bff2a5c339a25c8e361419e9876f0cd4824/js/youtube.js#L66-L68