Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1668 - Part 2: Visited color and auto support for caret-color property. | athenian200 | 2020-10-24 | -0/+1 |
| | | | | Mozilla's original implementation of this failed a couple of tests, but this seems to solve all the problems. Basically, the caret-color wasn't able to be set differently based on whether a link was visited, and the auto value implementation was incomplete. The only test we fail now is the one where you have grey text on a grey background and the caret is supposed to be visible, but I think that may have been removed from the spec. Even if it wasn't, no other browser supports it anyway. | |||
* | Issue #80 - De-unify dom/smil | Moonchild | 2020-04-26 | -0/+1 |
| | ||||
* | Issue #1219 - Align computed DOM styles with mainstream behvior. | wolfbeast | 2019-12-20 | -7/+1 |
| | | | | | | | | | This updates our behavior for computed DOM styling to no longer return null on elements that have no display, but return a 0-length (empty) style instead and don't throw. For this we stop looking at having a presentation for the style and just look at the document instead. This resolves #1219 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+275 |