Advertisement ยท 728 ร— 90

Posts by Luke LaValva

Yeah, I've wondered printed books too! I frequently re-read lines by accident in books, I wonder if that would happen less often if they all switched to left-align!

3 days ago 1 0 0 0
Supplemental Guidance: Text Justification - Low Vision Accessibility Task Force Important note: This Wiki page is edited by participants of the AGWG. It does not necessarily represent consensus and it may have incorrect information or information that is not supported by other Working Group participants, WAI, or W3C. It may also have some very useful information.

WCAG actually recommends against justification because it makes text more difficult to scan, especially for people with low vision

I used to _always_ use `text-align: justify` but I've learned to love uneven lines

3 days ago 2 0 1 0

I was already falling in love with atproto but after reading this I'm committed

4 days ago 25 0 1 0

"Product creep" is my new favorite term in standards development

3 weeks ago 1 0 0 0

That makes sense! I'm optimistic, and crossing my fingers for the day when bsky.app uses a variety of lexicons as part of its core experience

3 weeks ago 0 0 1 0

I'm definitely not advocating for a single source of truth! Just trying to reason about whether it makes sense for apps to own their lexicons

My gut says there can be more innovation in the tweet space if bluesky forfeits full control, and same for any other app that created its own standard

3 weeks ago 0 0 1 1

lexicon.community is super cool.

Am I wrong in thinking we should deprecate most app-driven lexicons (even `app.bsky`) in favor of separately governed efforts like this?

bsky.app/profile/lava...

3 weeks ago 2 0 1 0

Yeah, I think my worry is that if you're using another app's lexicon you will always and forever feel like the "other" app.

Twitter-style apps on this network are sort of locked into being labeled as bluesky alternatives, while long form content apps are all on the same standard.site playing field

3 weeks ago 0 0 0 1

This is exactly what I was looking for

3 weeks ago 1 0 0 0
Advertisement

Also: if I'm making a new atproto app, should I also have a separate lexicon for that promises open governance? Using the app's domain might implicitly push people away from making alternatives, since there will always be a bias toward my app

3 weeks ago 2 0 1 0

`standard.site` is a _great_ example, since it doesn't have its own app. Are there any app-driven schemas that cross-pollinate, or is stuff like this the direction we're going?

3 weeks ago 1 0 2 0

Are there any atproto apps that use records from competitors?

This ecosystem won't feel open to me until @bsky.app uses something from outside the `app.bsky` namespace as part of its core experience

3 weeks ago 5 1 5 0

I agree, `useWebHaptics()` is silly

3 weeks ago 0 0 0 0

Actually, I changed my mind. The API this library provided is way more generic than just for `<button>`. A `<haptic-button>` web component could be cool maybe

3 weeks ago 0 0 1 0

That's a cool idea, but not what the other framework components or JS API do in the docs. It is cleaner than doing it manually for most cases though, I'm a fan.

3 weeks ago 0 1 1 0

What would this look like as a custom element? The primary functionality is a JS `trigger()` function...

3 weeks ago 0 0 1 0

I like the idea that AI writes "maximally literal" code. Pushes the problem onto language/API designers, which is probably a good thing

4 weeks ago 2 0 0 0

npmx is the friends we made along the way

1 month ago 5 0 1 0

At the end of the day I still think the best strategy if your goal is to reach a wide audience is to just make the best stuff you can. Iโ€™ve seen no compelling evidence to suggest that futzing with algorithms, timing, keywords, etc. outperforms that in the long run.

3 months ago 7 1 1 0
Advertisement

This supports my growing suspicion that best practices for AI are all the same as best practices for people

3 months ago 3 0 1 0

Ah, `position: sticky` is the trick! That's much better than `fixed`, thanks for the tip @colinhowells.com!

3 months ago 0 0 1 0

I'm sure I'm missing something obvious, but isn't this still just for anchor links? With `scroll-padding` alone the top of the page is still hidden behind a fixed header for me

3 months ago 0 0 1 0

`scroll-padding` and `scroll-margin` are one of those little details that help make a good site great, but I thought they were only for anchor links. You still need to use them alongside regular padding/margin for the top of the page right?

3 months ago 0 0 1 0
Playground | Marko The Marko programming language

Is the header a dynamic size? There's always the tried & true `position: fixed` header with a top margin on the body

markojs.com/playground#d...

3 months ago 1 0 1 0
The MacOS night shift settings. Since there is no "always on" option, I set it on a schedule that starts at 4:00 am and ends at 3:59 am

The MacOS night shift settings. Since there is no "always on" option, I set it on a schedule that starts at 4:00 am and ends at 3:59 am

night shift: always

3 months ago 0 0 0 0

`px` is dead, long live the `rem`

4 months ago 0 0 0 0
Advertisement
The Marko and UnoCSS logos, some Marko mascots, and a button HTML element with a HUGE list of classnames that goes off the page

The Marko and UnoCSS logos, some Marko mascots, and a button HTML element with a HUGE list of classnames that goes off the page

Marko ๐Ÿค UnoCSS

@unocss.dev now reads `.marko` files by default!

4 months ago 7 2 0 0
Preview
Form Web development for the rest of us

You can even access the HTML elements as members of `e.target`! Type safety isn't quite there, but it's helpful for focus management

```
e.target.name.focus();
```

svelte.dev/playground/f...

4 months ago 1 0 0 0
I built the same app 10 times: evaluating frameworks for mobile performance

I built the same app 10 times: evaluating frameworks for mobile performance

New post!

www.lorenstew.art/blog/10-kanb...

5 months ago 108 32 9 8

The most egregious examples I've seen aren't really because of Lit but because of people who don't understand web.

I worked on an app once that managed routing with a Lit component, so JS to render every page on the site was sent on every request

5 months ago 0 0 1 0