logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 74ed074cabbef891a37aba1d53b6022bebb0cd17
parent 62a59a900effdb4510d26f5c254833740b194b0c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 22 Oct 2023 08:47:12 +0200

projects/badwolf/fqa: Fix deadlink to WebKit Feature Status

Diffstat:

Mprojects/badwolf/fqa.shtml3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/projects/badwolf/fqa.shtml b/projects/badwolf/fqa.shtml @@ -16,8 +16,7 @@ <li>Removing the <code>-webkit-*</code> prefixes in CSS</li> <li>Moving the plugin API from Netscape Plugin API to Pepper Plugin API</li> <li>Creating their own API for extensions</li> - <li>A bunch of tracking, which <a href="https://webkit.org/project/">WebKit stands against</a></li> - <li>Stuff like WebUSB, which WebKit doesn't wants (See <a href="https://webkit.org/status/">Webkit Feature Status</a>)</li> + <li>Tracking and concerning APIs like WebUSB, which on the other hand <a href="https://webkit.org/tracking-prevention/">WebKit stands against</a></li> <li>Shoving so much code in it that it ends up being comparable to an operating system but with weekly releases</li> </ul></p> <p>Oh and Blink basically doesn't exists in a standalone manner, so browsers like Opera or Edge are based on chromium rather than just mere Blink.</p>