mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.9k stars 1.97k forks source link

css.properties.user-select - all does not work on iOS Safari #22157

Open mnylensc opened 7 months ago

mnylensc commented 7 months ago

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

The compatibility data on the https://developer.mozilla.org/en-US/docs/Web/CSS/user-select page says that user-select: all is supported on iOS Safari since 16.0, but it actually doesn't seem to be supported (tested on 17.3). The demo on the page won't even load on iOS Safari, because it says the browser is not supported.

What browsers does this problem apply to, if applicable?

Safari

What did you expect to see?

Compatibility data stating that user-select: all is not supported on iOS Safari.

Did you test this? If so, how?

A simple <span style="user-select:all;">foo bar</span> reveals that only one of the words can be selected by pressing down on the span (on iOS Safari), when expected would be that both words would be selected if the feature was working as intended.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/user-select

MDN metadata

MDN page report details * Query: `css.properties.user-select` * Report started: 2024-02-04T06:39:27.100Z
shalanah commented 2 months ago

Confirming user-select or with -webkit prefix doesn't work with all on iOS for dev beta 18