Andreas Kling
|
31ac19543a
LibHTML: Use an enum for CSS property ID's
|
5 年之前 |
Andreas Kling
|
19dbfc3153
LibHTML: Move selector matching into a SelectorEngine namespace
|
5 年之前 |
Andreas Kling
|
15f3e64862
LibHTML: Rename "style_properties" to "style" everywhere
|
5 年之前 |
Andreas Kling
|
f52f2736e1
LibHTML: Add is<ElementType> and to<ElementType> helper functions
|
5 年之前 |
Andreas Kling
|
bedb00603c
LibHTML: Add adjacent (+) and general (~) sibling combinators
|
5 年之前 |
Andreas Kling
|
cad326f323
LibHTML: Implement immediate-child selectors (#foo > #bar)
|
5 年之前 |
Andreas Kling
|
156b35742a
LibHTML: Implement matching for descendant selectors
|
5 年之前 |
Andreas Kling
|
fabc717b39
LibHTML: Make the text-decoration inheritance quirk actually work
|
5 年之前 |
Andreas Kling
|
48f43a7429
LibHTML: Anonymous blocks *should* inherit some properties
|
5 年之前 |
Andreas Kling
|
ee64d99a96
LibHTML: Make StyleResolver responsible for loading the default style
|
5 年之前 |
Andreas Kling
|
77218b1c2a
LibHTML: Make CSS inheritance slightly less hacky
|
5 年之前 |
Andreas Kling
|
9808d35554
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
|
5 年之前 |
Andreas Kling
|
4e35bbffdd
LibHTML: LayoutText should always use parent's style properties
|
5 年之前 |
Andreas Kling
|
9290117b77
LibHTML: Let's put debug output on the debugger stream
|
5 年之前 |
Andreas Kling
|
a5e5a3fab7
LibHTML: Implement basic support for inline style attributes
|
5 年之前 |
Andreas Kling
|
8d797fc62e
LibHTML: Fix incorrect CSS object model
|
5 年之前 |
Andreas Kling
|
8271ad40a5
LibHTML: Implement basic support for "text-decoration: underline"
|
5 年之前 |
Andreas Kling
|
62cbaa74f3
LibHTML: Respect the CSS "color" property for text
|
5 年之前 |
Sergey Bugaev
|
6491493e26
LibHTML: Hide debugging output unless HTML_DEBUG is defined
|
5 年之前 |
Sergey Bugaev
|
841ae44392
LibHTML: Implement basic style inheritance
|
5 年之前 |
Sergey Bugaev
|
fd0aa5dd43
LibHTML: Get rid of the style tree
|
5 年之前 |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 年之前 |