lade...
random avatar

Olliew - Network

Posts Subscribe

https://fullystacked.net/popover-vs-dialog/

https://indieweb.social/@Olliew/...

fullystacked.net/popover-vs-di

14.3.2025 00:41https://fullystacked.net/popover-vs-dialog/
https://indieweb.social/@Olliew/...

Having a discussion about using the popover attribute on the dialog element for non-modal dialogs...

https://indieweb.social/@Olliew/...

Having a discussion about using the popover attribute on the dialog element for non-modal dialogs github.com/whatwg/html/issues/

7.3.2025 09:06Having a discussion about using the popover attribute on the dialog element for non-modal dialogs...
https://indieweb.social/@Olliew/...

Styling the icon of a HTML summary element:https://fullystacked.net/styling-details-summary

https://indieweb.social/@Olliew/...

Styling the icon of a HTML summary element:

fullystacked.net/styling-detai

5.3.2025 18:25Styling the icon of a HTML summary element:https://fullystacked.net/styling-details-summary
https://indieweb.social/@Olliew/...

This is an interesting suggestion for DOM elements being able to request their own scoped stylesheet....

https://indieweb.social/@Olliew/...

This is an interesting suggestion for DOM elements being able to request their own scoped stylesheet. github.com/MicrosoftEdge/MSEdg

25.2.2025 09:31This is an interesting suggestion for DOM elements being able to request their own scoped stylesheet....
https://indieweb.social/@Olliew/...

How bad is the performance hit of putting <style> or <link rel="stylesheet"> elements within the body rather than the...

https://indieweb.social/@Olliew/...

How bad is the performance hit of putting <style> or <link rel="stylesheet"> elements within the body rather than the head?

23.2.2025 14:51How bad is the performance hit of putting <style> or <link rel="stylesheet"> elements within the body rather than the...
https://indieweb.social/@Olliew/...

@bramus I'm reasonably sure scrollbar-color is not supported in Safari yet, but scrollbar-gutter and scrollbar-width...

https://indieweb.social/@Olliew/...

@bramus I'm reasonably sure scrollbar-color is not supported in Safari yet, but scrollbar-gutter and scrollbar-width are.
web.dev/blog/baseline-scrollba

20.2.2025 17:27@bramus I'm reasonably sure scrollbar-color is not supported in Safari yet, but scrollbar-gutter and scrollbar-width...
https://indieweb.social/@Olliew/...

What determines whether background-clip gets applied to a background-color rather than only to a background-image? The fact that the...

https://indieweb.social/@Olliew/...

What determines whether background-clip gets applied to a background-color rather than only to a background-image? The fact that the following works to preserve the background-color seems weird imo.

13.2.2025 17:10What determines whether background-clip gets applied to a background-color rather than only to a background-image? The fact that the...
https://indieweb.social/@Olliew/...

Are there many compelling use cases for inert other than modal dialogs? I suppose its useful for anytime something is in the DOM, positioned...

https://indieweb.social/@Olliew/...

Are there many compelling use cases for inert other than modal dialogs?

I suppose its useful for anytime something is in the DOM, positioned out of view but not set to display: none (slide out panels, non-current carousel slides (if the slides have interactive content in them.)...)

Is there anything else?

fed.brid.gy/r/https://bsky.app

8.2.2025 18:59Are there many compelling use cases for inert other than modal dialogs? I suppose its useful for anytime something is in the DOM, positioned...
https://indieweb.social/@Olliew/...

@kizu Do you know what would be the best way to reposition the little triangle when the anchor position fallback changes?

https://indieweb.social/@Olliew/...

@kizu Do you know what would be the best way to reposition the little triangle when the anchor position fallback changes?

7.2.2025 09:51@kizu Do you know what would be the best way to reposition the little triangle when the anchor position fallback changes?
https://indieweb.social/@Olliew/...

What would be the best approach to implement something like this with the popover API? The button being highlighted isn't itself a...

https://indieweb.social/@Olliew/...

What would be the best approach to implement something like this with the popover API? The button being highlighted isn't itself a dialog or popover, so I guess there's no way for it to show above a ::backdrop?

6.2.2025 21:16What would be the best approach to implement something like this with the popover API? The button being highlighted isn't itself a...
https://indieweb.social/@Olliew/...

All CSS resets should add this code because the default behaviour is annoying and I almost never want to center a popover: [popover] { ...

https://indieweb.social/@Olliew/...

All CSS resets should add this code because the default behaviour is annoying and I almost never want to center a popover:

[popover] {
inset: auto;
margin: 0;
}

2.2.2025 17:48All CSS resets should add this code because the default behaviour is annoying and I almost never want to center a popover: [popover] { ...
https://indieweb.social/@Olliew/...

Combining currentcolor with relative color syntaxhttps://fullystacked.net/currentcolor-with-relative-color-syntax/

https://indieweb.social/@Olliew/...

Combining currentcolor with relative color syntax
fullystacked.net/currentcolor-

2.2.2025 16:33Combining currentcolor with relative color syntaxhttps://fullystacked.net/currentcolor-with-relative-color-syntax/
https://indieweb.social/@Olliew/...

TIL Safari supports WebM and AV1, but does not support the AV1 codec when used in a WebM container 😞

https://indieweb.social/@Olliew/...

TIL Safari supports WebM and AV1, but does not support the AV1 codec when used in a WebM container 😞

1.2.2025 16:51TIL Safari supports WebM and AV1, but does not support the AV1 codec when used in a WebM container 😞
https://indieweb.social/@Olliew/...

I wish Chromium had an equivalent of the WebKit and Mozilla standards positions repos.Do they plan to support background-clip:...

https://indieweb.social/@Olliew/...

I wish Chromium had an equivalent of the WebKit and Mozilla standards positions repos.

Do they plan to support background-clip: border-area?

github.com/WebKit/standards-po
github.com/mozilla/standards-p

1.2.2025 12:11I wish Chromium had an equivalent of the WebKit and Mozilla standards positions repos.Do they plan to support background-clip:...
https://indieweb.social/@Olliew/...

How do you vertically centre a custom CSS ::marker?

https://indieweb.social/@Olliew/...

How do you vertically centre a custom CSS ::marker?

30.1.2025 12:59How do you vertically centre a custom CSS ::marker?
https://indieweb.social/@Olliew/...

I made a JavaScript-free spoiler revealer https://codepen.io/cssgrid/pen/myboyLz(Chrome only for now...)

https://indieweb.social/@Olliew/...

I made a JavaScript-free spoiler revealer codepen.io/cssgrid/pen/myboyLz

(Chrome only for now...)

30.1.2025 11:35I made a JavaScript-free spoiler revealer https://codepen.io/cssgrid/pen/myboyLz(Chrome only for now...)
https://indieweb.social/@Olliew/...

A new CSS pseudo-class appears. https://fullystacked.net/open-pseudo-class/

https://indieweb.social/@Olliew/...

A new CSS pseudo-class appears.
fullystacked.net/open-pseudo-c

29.1.2025 21:08A new CSS pseudo-class appears. https://fullystacked.net/open-pseudo-class/
https://indieweb.social/@Olliew/...

Not the most exciting release but Safari 18.3 does fix a popover bug...

https://indieweb.social/@Olliew/...

Not the most exciting release but Safari 18.3 does fix a popover bug webkit.org/blog/16439/webkit-f

27.1.2025 19:48Not the most exciting release but Safari 18.3 does fix a popover bug...
https://indieweb.social/@Olliew/...

I hadn't realised how buggy animated AVIF could be in Safari. It's basically unusable....

https://indieweb.social/@Olliew/...

I hadn't realised how buggy animated AVIF could be in Safari. It's basically unusable. jakearchibald.com/2024/video-w

27.1.2025 15:43I hadn't realised how buggy animated AVIF could be in Safari. It's basically unusable....
https://indieweb.social/@Olliew/...

:focus-visible and programmatic focus styles https://fullystacked.net/programmatic-focus-styles/

https://indieweb.social/@Olliew/...

:focus-visible and programmatic focus styles fullystacked.net/programmatic-

27.1.2025 02:33:focus-visible and programmatic focus styles https://fullystacked.net/programmatic-focus-styles/
https://indieweb.social/@Olliew/...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members