Skip to content

Commit

Permalink
update CSS parts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Dec 28, 2024
1 parent 53ebca6 commit d83203a
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions content/2024-12-28-build-1499.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ and Torusrxxx improved IPv6 handling.

## Website

Torusrxxx also added webp support to the content sanitation (filters),
so you can now use webp images on freesites and depending on the study
reduce the storage by around 30%. Minimizing storage is more critical
on Hyphanet compared to the clearnet, so webp can improve performance
for all sites.
Torusrxxx also added partial webp support to the content sanitation
(filters), so you can now use webp images on freesites and depending
on the study reduce the storage by around 30%. Minimizing storage is
more critical on Hyphanet compared to the clearnet, so webp can
improve performance for all sites. Animation and lossless mode are not
supported yet.

In addition to webp, Torusrxxx also added support for more CSS
keywords: border-{top,bottom}-{left,right}-radius, color-scheme,
Expand All @@ -69,16 +70,17 @@ And font settings: monospace, system-ui, ui-serif, ui-sans-serif,
ui-monospace, ui-rounded, emoji, math, fangsong. Color keywords are
now checked case insensitively.

Ban link as well as visited (these can cause requests depending on
interaction), replace with `any-link`. Also add more CSS selectors:
default, disabled, empty, enabled, focus-visible, indeterminate,
in-range, invalid, only-child, only-of-type, optional, out-of-range,
placeholder-shown, read-only, read-write, required, root. The
combination of `:root` and color-scheme enables settings for
dark-mode. The MIME types image/avif, heic, and heif are now known
(but have no validation).

Also the `:checked` selector is now supported, so freesites can have
Also add more CSS selectors: default, disabled, empty, enabled,
focus-visible, indeterminate, in-range, invalid, only-child,
only-of-type, optional, out-of-range, placeholder-shown, read-only,
read-write, required, root. The combination of `:root` and
color-scheme enables settings for dark-mode. The MIME types
image/avif, heic, and heif are now known (but have no validation). Ban
link as well as visited (these can cause requests depending on
interaction), replace with `any-link`. The HTML elements bdi,
figcaption, figure, main, mark, rp, rt, ruby are added.

And the `:checked` selector is now supported, so freesites can have
some CSS-based interactivity.

There’s one loss: Chrome removed Theora support in 2024 and Firefox
Expand Down

0 comments on commit d83203a

Please sign in to comment.