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.95k stars 1.98k forks source link

api.CSSStyleDeclaration.cssFloat - Firefox has cssFloat #20813

Open saschanaz opened 1 year ago

saschanaz commented 1 year 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?

It says it's not in Firefox but it is there.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

An added_version.

Did you test this? If so, how?

document.body.style.cssFloat

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/API/CSSStyleDeclaration/cssFloat

MDN metadata

MDN page report details * Query: `api.CSSStyleDeclaration.cssFloat` * Report started: 2023-09-26T10:14:53.604Z
teoli2003 commented 1 year ago

I can confirm that it is supported. I suspect (but have no proof yet) that it has been supported forever.

Support: https://searchfox.org/mozilla-central/source/__GENERATED__/dom/bindings/CSS2Properties.webidl#31

@queengooborg: you added the end of support in Firefox 16 here: https://github.com/mdn/browser-compat-data/commit/397b5a32cdffa4ad0ee0dacc2cf36b33c051e58f Maybe it was the collector being too strict?

saschanaz commented 1 year ago

Per http://mdn-bcd-collector.gooborg.com/tests/api/CSSStyleDeclaration/cssFloat it was still there in Firefox 17, so some kind of mistake?