-
Notifications
You must be signed in to change notification settings - Fork 22.9k
FF144 Relnote: CSSStyleProperties supported #41340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF144 Relnote: CSSStyleProperties supported #41340
Conversation
| - The [`lock()`](/en-US/docs/Web/API/ScreenOrientation/lock) and [`unlock()`](/en-US/docs/Web/API/ScreenOrientation/unlock) methods of the {{domxref("ScreenOrientation")}} interface are now supported for Android and for Windows tablets. ([Firefox bug 1983483](https://bugzil.la/1983483)) | ||
|
|
||
| - The [View Transition API](/en-US/docs/Web/API/View_Transition_API) is now supported for [SPAs (single-page applications)](/en-US/docs/Glossary/SPA). This provides a mechanism for easily creating animated transitions between different website views. ([Firefox bug 1985809](https://bugzil.la/1985809)). | ||
| - The {{domxref("CSSStyleProperties")}} interface of the [CSS Object Model (CSSOM)](/en-US/docs/Web/API/CSS_Object_Model) is now implemented (this was renamed from a non-standard interface `CSS2Properties`). The new interface is present but not yet used. ([Firefox bug 1919582](https://bugzil.la/1919582)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW wasn't sure what to say about this, given you can't yet use it for anything. The docs are going in in a separate PR that is updated for the 145 story. BCD is also going to reflect 145.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prevously I have added a note that explains: This is parsed but does nothing e.g. http://localhost:5042/en-US/docs/Mozilla/Firefox/Experimental_features#text-autospace_property
|
Preview URLs Flaws (3)URL:
External URLs (1)URL:
(comment last updated: 2025-09-30 09:34:58) |
dletorey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
FF144 supports
CSSStylePropertiesin https://bugzilla.mozilla.org/show_bug.cgi?id=1919582. However it isn't very useful because it isn't returned by anything yet - that's delivered in FF145 in https://bugzilla.mozilla.org/show_bug.cgi?id=1989925This adds a release note.
Related work can be tracked in #41133