Skip to content

Manuel Matuzović - Web development Blog

My personal blog. Nowadays I focus a lot on accessibility but I also write about CSS layout, architecure, and performance.

  • By Manuel Matuzović
  • Based in Austria
  • Roughly three posts per month
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Dec 2020 1
Jan 2021 3
Feb 2021 0
Mar 2021 1
Apr 2021 1
May 2021 0
Jun 2021 0
Jul 2021 1
Aug 2021 0
Sep 2021 1
Oct 2021 1
Nov 2021 0
Dec 2021 0
Jan 2022 3
Feb 2022 2
Mar 2022 0
Apr 2022 0
May 2022 2
Jun 2022 1
Jul 2022 0
Aug 2022 2
Sep 2022 7
Oct 2022 22
Nov 2022 24
Dec 2022 23
Jan 2023 25
Feb 2023 10
Mar 2023 1
Apr 2023 13
May 2023 4
Jun 2023 12
Jul 2023 6
Aug 2023 4
Sep 2023 6
Oct 2023 2
Nov 2023 6
Dec 2023 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Day 106: the scripting media feature
The scripting media feature is an excellent addition to CSS for those who believe in progressive enhancement: It enables you to detect whether scripting languages, such as JavaScript, are supported.If you disable Javascript in Firefox …
On , 150 words
Day 105: defining multiple syntax components
As already explained on day 84, using the syntax descriptor, you can define the type of a custom property in an @property at-rule.@property --lh { syntax: '<number>'; inherits: false; initial-value: 1; } button { --lh: …
On , 188 words
Removing list styles without affecting semantics.
Some people, I guess primarily developers and not actual users, don’t like the fact that Safari removes list semantics of lists that don’t look like lists (list-style: none). Scott O’Hara provided a fix in “Fixing” …
On , 216 words