Sam Atkins
|
817cd13d59
LibWeb: Implement the ::marker pseudo-element
|
3 gadi atpakaļ |
Sam Atkins
|
caef4ec157
LibWeb: Move PseudoElement enum up a level
|
3 gadi atpakaļ |
Andreas Kling
|
7c33a084fb
LibWeb: Support CSS :only-of-type selector
|
3 gadi atpakaļ |
Sam Atkins
|
a99d02e14d
LibWeb: Add an enum for !important
|
3 gadi atpakaļ |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 gadi atpakaļ |
Sam Atkins
|
1d5d27aa22
LibWeb: Include custom properties in CSS dump
|
3 gadi atpakaļ |
Andreas Kling
|
e2dbaa6ceb
LibWeb: Include flex-direction in layout tree dumps
|
3 gadi atpakaļ |
Sam Atkins
|
57a25139a5
LibWeb: Implement `@supports` rule :^)
|
3 gadi atpakaļ |
Andreas Kling
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
3 gadi atpakaļ |
Andreas Kling
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 gadi atpakaļ |
Sam Atkins
|
3e74c194f9
LibWeb: Add CSSMediaRule
|
3 gadi atpakaļ |
Sam Atkins
|
eb83d2617c
LibWeb: Use a CSSRuleList inside CSSStyleSheet
|
3 gadi atpakaļ |
Sam Atkins
|
8817ea83d6
LibWeb: Display actual (float) values when dumping layout
|
3 gadi atpakaļ |
Andreas Kling
|
56710fab34
LibWeb: Include the "important" flag in CSS dumps
|
3 gadi atpakaļ |
Andreas Kling
|
4417f26d7c
LibWeb: Make SVG boxes red in layout tree dumps
|
3 gadi atpakaļ |
Andreas Kling
|
0bcab60463
LibWeb: Make CSSStyleDeclaration an abstract class
|
3 gadi atpakaļ |
Andreas Kling
|
f58f58fb77
LibWeb: Fix out-of-order DOM tree dumps
|
3 gadi atpakaļ |
Sam Atkins
|
8d1762ac62
LibWeb: Fix dump_selector() handling of attribute selectors
|
4 gadi atpakaļ |
Sam Atkins
|
6ea5d03f43
LibWeb: Bring Selector terminology in line with the CSS spec
|
4 gadi atpakaļ |
Sam Atkins
|
ffc81cbfad
LibWeb: Use Selectors instead of a String for :not() selectors
|
4 gadi atpakaļ |
Sam Atkins
|
8cae79cc8d
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
|
4 gadi atpakaļ |
Sam Atkins
|
4af7d41879
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
|
4 gadi atpakaļ |
Sam Atkins
|
96b2356cbb
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
|
4 gadi atpakaļ |
Sam Atkins
|
dadcb46344
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
|
4 gadi atpakaļ |
Sam Atkins
|
7fefe34797
LibWeb: Add remaining CSS AttributeMatchTypes
|
4 gadi atpakaļ |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 gadi atpakaļ |
Andreas Kling
|
e59bf87374
Userland: Replace VERIFY(is<T>) with verify_cast<T>
|
4 gadi atpakaļ |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 gadi atpakaļ |
Tobias Christiansen
|
7f81c8fba2
LibWeb: LayoutNodes know whether they are flex-items
|
4 gadi atpakaļ |
Tobias Christiansen
|
1ab82afee6
LibWeb: Add :not pseudoclass to the CSS parser
|
4 gadi atpakaļ |