index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
CSS
Age
Commit message (
Expand
)
Author
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-21
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Andreas Kling
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-06-28
LibWeb: Give the <blockquote> element some margins in the UA style
Andreas Kling
2020-06-28
LibWeb: Support "pt" length units :^)
Andreas Kling
2020-06-28
LibWeb: Add Length::is_undefined_or_auto()
Andreas Kling
2020-06-28
LibWeb: Tweak default style for <hr> to use em units for margin values
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-28
LibWeb: Use length units and shorthands in the default UA style sheet
Andreas Kling
2020-06-26
LibWeb: Add the 'float' CSS property to LayoutStyle
Andreas Kling
2020-06-25
LibWeb: Fix build after Specificity.h removal
Andreas Kling
2020-06-25
LibWeb: Don't allow more than one color sub-value in CSS 'background'
Andreas Kling
2020-06-25
LibWeb: Compress specificity into a 32-bit unsigned int
Andreas Kling
2020-06-25
LibWeb: Serialize Length::Type::Percentage with a "%" suffix
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move white-space into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add an "undefined" state to Length
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Always inline absolute Length to_px() conversion
Andreas Kling
2020-06-23
LibWeb: Decode CSS image values out-of-process as well
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-14
LibWeb: Make the specificity sort comparator a bit more readable
Andreas Kling
2020-06-13
LibWeb: Expand background:none into background-color:transparent
Andreas Kling
2020-06-13
LibWeb: Turn <td align> into CSS text-align
Andreas Kling
2020-06-13
LibWeb: Implement <center> as -libweb-center
Andreas Kling
2020-06-13
LibWeb: Tweak UA style to reset text-align on table elements
Andreas Kling
2020-06-13
LibWeb: Sort matched style rules by specificity, document order
Andreas Kling
2020-06-13
LibWeb: Fix broken Specificity::operator==
Andreas Kling
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-13
LibWeb: Allow url("foo") and url('foo') in CSS background-image values
Andreas Kling
2020-06-10
LibWeb: Don't try to expand shorthands from non-string CSS values
Andreas Kling
2020-06-10
LibWeb: Expand "background: url()" into "background-image: url()"
Andreas Kling
2020-06-10
LibWeb: Expand 2-part border-width shorthand CSS properties
Andreas Kling
2020-06-10
LibWeb: Apply style rules in order of specificity (kinda)
Andreas Kling
2020-06-10
LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties
Andreas Kling
2020-06-10
LibWeb: Parse and match basic "contains" attribute selectors (~=)
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-05
LibWeb: Fix mismatching Resource subclass types
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-02
LibWeb: Share decoded images at the Resource level :^)
Andreas Kling
2020-06-02
LibWeb: Port ImageStyleValue to the ResourceClient interface
Andreas Kling
[next]