Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
extra88
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
28 ms
·
1.
▲
by
extra88
10d ago
I'm most familiar with the U.S., where it's not a requirement. Europe is the only place where I've heard there might be a requirement to honor a device's color scheme, I think it's very unlikely it exists anywhere e
2.
▲
by
extra88
12d ago
Everyone thinking about 2-state vs. 3-state controls is automatically honoring the device's color scheme setting. The controls are an extra to let users choose to not use the device setting on a particular site. Rather than each site
3.
▲
by
extra88
12d ago
Honoring the dark/light color scheme set on the device might be a requirement in some cases (I haven't seen a straight answer about it for the EAA) but it is a good accessibility practice. Including a toggle in an app/site
4.
▲
by
extra88
20d ago
I can see it, the Sign Up dialog has a Close button.
5.
▲
by
extra88
26d ago
What dialog, the examples in the article? It doesn't have any dialogs that use `command="show-modal"`, only "show-popover". Here's an example of "show-modal". It also has an opacity transition. https
6.
▲
by
extra88
27d ago
Sure it does. Open a modal <dialog> using <button command="show-modal">.
7.
▲
by
extra88
27d ago
That's not what it's for, that's solved by showing the link when it's focused. My guess is there was a desire to make Find-in-page automatically expand <details> elements and someone realized they could make it als
8.
▲
by
extra88
27d ago
That's fine, everything doesn't have to look the same everywhere. It does matter when there's functionality a site relies on but it's not available in one out more browser/OS combinations.
9.
▲
by
extra88
27d ago
CSS now also has `reading-flow` to instruct the browser to change the reading order to match the visual order created by Flex or Grid. Unfortunately, not all browsers support it and it has some limitations.
10.
▲
by
extra88
27d ago
All current browsers support anchor positioning including popover buttons being the implicit anchor. However, the anchor positioning polyfill does not support this, it requires an explicit anchor-name.
11.
▲
by
extra88
1mo ago
It is significant because cancer is much more detectable today than in 1956-80, both because of better tests and more testing being conducted. In that earlier era, if you knew you had cancer, it was likely because it was already bad. I also
12.
▲
by
extra88
2mo ago
On iOS, the filled-in ones are all in colors set by the font but in macOS Safari they inherit the text `color`.
13.
▲
by
extra88
2mo ago
I have a personal site on a shared host that was recently suspended for excessive CPU use caused by incessant AI bot crawling. I don't have a problem with crawling per se, there's just so many and they're so bad at it.
14.
▲
by
extra88
3mo ago
Same. Also, proper names should be excluded entirely; the only "Advanced" one I got wrong was a place name.
15.
▲
by
extra88
3mo ago
Their "where is it" data is from https://www.justwatch.com/ maybe that site has its own watchlist feature?
16.
▲
by
extra88
4mo ago
That's not what your original message was about and please don't invent quotes that are not what I wrote or anything like what I wrote. You wrote: > The iTunes movie store is not friendly outside of the Apple ecosystem. Making
17.
▲
by
extra88
4mo ago
You're moving goalposts and ignoring what I wrote. An Apple TV box is not expensive and you can use even cheaper streaming devices to buy and watch instead.
18.
▲
by
extra88
4mo ago
MSRP of an Apple TV device is $129. The iPhone's market share in the U.S. is already over 60%. But neither matters because the Apple TV app is available on basically everything and can be used to buy movies. https://support.
19.
▲
by
extra88
4mo ago
How would you avoid that? How would someone exploit that information? The whole point of the other auth means are that they're more secure.
20.
▲
by
extra88
4mo ago
> many sites that have a form with only one input don't automatically focus on it. That's reasonable to do when that form is the reason a page exists but otherwise it's best to not mess with the user's focus.
21.
▲
by
extra88
4mo ago
There is no pair for the enterprise users signing in with their company's SSO or those using Passkey. I think what some sites do is have a visually hidden, not required password field that a password manager can fill in. If it's n
22.
▲
by
extra88
4mo ago
None of that legal complexity has anything to do with putting "aria-labels on absolutely everything." > And for the attacker, they only need to find one case of violation - while you need to be correct 100% of the time. I don&#
23.
▲
by
extra88
4mo ago
They have defined what exactly needs to be done to be compliant, it's basically "meet WCAG 2.1 Level AA" with some additions. WCAG has already been the de facto standard for decades.
24.
▲
by
extra88
4mo ago
I don't know what accessibility tools you're thinking of. If you mean assistive technology software like screen readers and voice control, yes, too often they fail to do what they should even when web standards are followed but at
25.
▲
by
extra88
4mo ago
The entire purpose of <b> was what it looked like. They changed its definition to not be about what it looked like but why an author might make it look that way, i.e. to bring attention to it. The representation flows from the motiv
26.
▲
by
extra88
4mo ago
Because the elements already exist. When the elements were invented and defined, CSS didn't exist and authors had to use elements to make presentational changes. When HTML5 was defined, CSS was well established and it was an opportunit
27.
▲
by
extra88
4mo ago
In practice today, that's fine. Typically authors have a hard time differentiating what "emphasis," "importance," and "bring attention to" mean to them. Therefore, nothing conveys a distinction by default.
28.
▲
by
extra88
4mo ago
lol, you should actually read the HTML spec, there are good explanations of all the elements. The whole point of defining semantics is that elements have meaning independent of their default appearance (or any appearance). > I need to
29.
▲
by
extra88
4mo ago
Well, it took about a decade for web standards to become a real thing and a lot longer for Web Platform Tests to come to be. Still, while there are lots of tests for DOM construction and visual rendering, testing construction of the accessi
30.
▲
by
extra88
4mo ago
Eh, it's fine, elements should be defined for what they mean, not what they look like. The explanation and distinctions made between <b> and other elements (<i>, <em>, <strong>) make sense. The suggested (not ob
More ›