Bug 218158 - Remove non-standard 'css'/'Css' prefixed properties on CSSStyleDeclaration
Summary: Remove non-standard 'css'/'Css' prefixed properties on CSSStyleDeclaration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on: 218525
Blocks:
  Show dependency treegraph
 
Reported: 2020-10-25 09:08 PDT by Sam Weinig
Modified: 2021-02-26 16:21 PST (History)
10 users (show)

See Also:


Attachments
Patch (17.83 KB, patch)
2020-10-25 09:11 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (4.83 KB, patch)
2020-10-25 10:00 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (6.69 KB, patch)
2020-10-25 10:05 PDT, Sam Weinig
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (6.29 KB, patch)
2020-10-25 13:57 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (4.53 KB, patch)
2021-02-26 11:27 PST, Sam Weinig
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2020-10-25 09:08:09 PDT
We should match other all other browsers and remove the non-standard 'css'/'Css' prefixed properties on CSSStyleDeclaration, keeping only the standard 'cssFloat' (https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-cssfloat).
Comment 1 Sam Weinig 2020-10-25 09:11:14 PDT Comment hidden (obsolete)
Comment 2 Sam Weinig 2020-10-25 10:00:42 PDT Comment hidden (obsolete)
Comment 3 Sam Weinig 2020-10-25 10:05:17 PDT Comment hidden (obsolete)
Comment 4 Sam Weinig 2020-10-25 13:57:41 PDT
Created attachment 412278 [details]
Patch
Comment 5 EWS 2020-10-25 18:57:15 PDT
Committed r268962: <https://trac.webkit.org/changeset/268962>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 412278 [details].
Comment 6 Radar WebKit Bug Importer 2020-10-25 18:58:17 PDT
<rdar://problem/70666307>
Comment 7 WebKit Commit Bot 2020-11-03 10:43:25 PST
Re-opened since this is blocked by bug 218525
Comment 8 Sam Weinig 2021-02-26 11:27:11 PST
Created attachment 421682 [details]
Patch
Comment 9 EWS 2021-02-26 15:17:11 PST
Committed r273592: <https://commits.webkit.org/r273592>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 421682 [details].