mdn / data

This repository contains general data for Web technologies
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
724 stars 189 forks source link

fix: -moz-user-focus defaults to none #712

Closed hamishwillee closed 7 months ago

hamishwillee commented 7 months ago

Description

CSS -moz-user-focus default value changed from none to normal in FF123 in https://bugzilla.mozilla.org/show_bug.cgi?id=1868552

Motivation

Because the behaviour changed.

Additional details

Hold off on this - there is another issue in same release which may affect this. See https://bugzilla.mozilla.org/show_bug.cgi?id=1871745#c13

Related issues and pull requests

https://github.com/mdn/content/issues/31928

https://bugzilla.mozilla.org/show_bug.cgi?id=1868552

hamishwillee commented 7 months ago

I am closing this.

TLDR It is accurate, but unhelpful.

The default changed to normal in 122/123 and the property is no longer available in website code (only browser chrome). Since MDN is for web developers changing to default to normal would be confusing for users testing this against the browser versions in which the property is defined.