Florens Verschelde

Results 151 comments of Florens Verschelde

A bit of information for when you can come back to this issue. The "Publishing Packages" column on the home of https://packagist.org/ has very concise information. There are very few...

I think the `"typography.punctuation.spacing.french"` not adding thin spaces was a limitation of the php-typography class (from wp-typography), addressed here: https://github.com/mundschenk-at/wp-typography/issues/36 and possibly related issue: https://github.com/mundschenk-at/wp-typography/issues/32 That being said, these fixes...

An up-to-date look at UA styles for placeholder text: https://github.com/whatwg/html/issues/2561#issuecomment-569920124

Not sure what is happening. Is `$page->isActive()` broken too? I believe that the root of the issue (and issues like #27) is that Kirby is not really tested to render...

Reopening so that the bug and its workaround are visible in the main issues list.

The default security settings on macOS don’t allow running random software, but only software that is either: - distributed by Apple on the Mac App Store - signed by Apple...

For the numeric `id`, I was suggesting using it for the `id` and `aria-labelledby` attributes only, not as human-readable content. So, using a distinct computed property, the template fragment for...

Tried the last approach without the curly braces to save some space: Might be a bit verbose to have this or a button on each rule. Maybe keep the curly...

Related: missing a click target higher up in the rule block triggers the "new property" input mode and can be confusing, see e.g. [bug 1600365](https://bugzilla.mozilla.org/show_bug.cgi?id=1600365).