summaryrefslogtreecommitdiffstats
path: root/layout/style/nsComputedDOMStylePropertyList.h
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.Moonchild2021-01-06-0/+1
| | | | | This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
* Issue #1673 - Part 4: Unprefix -moz-tab-size.athenian2002020-10-28-1/+1
| | | | While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
* Issue #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-18-0/+1
| | | | | | This CSS property allows input carets (that blinking input cursor you see in text fields), to be given a custom color. This was implemented in Firefox 53, and it was such a minor feature that no one ever missed it, but I don't see any harm in implementing this. https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
* [CSS] Add stub for font-variation-settingswolfbeast2020-02-11-0/+1
| | | | | | | | | | | | This stub is added because websites insist on considering this very hardware-dependent and O.S.-variable low-level font-control as a "critical feature" which it isn't as there is 0 guarantee that font variation settings are supported or honored by any operating system used by the client. On top this is a WD status feature that sites shouldn't be using, and the feature itself is strongly discouraged for use in favor of standard CSS font manipulation keywords like `font-weight`.
* issue #908 - implement missing parts of CSS maskyami2019-02-02-2/+0
|
* moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+361