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
/
StyleResolver.cpp
Age
Commit message (
Expand
)
Author
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
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-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
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-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: Sort matched style rules by specificity, document order
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-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-05-30
LibWeb: Use the globals from HTML::AttributeNames in style resolution
Andreas Kling
2020-05-30
LibWeb: Don't render list item markers for "list-style-type: none"
Andreas Kling
2020-05-30
LibWeb: Naive support for CSS "background" shorthand
Andreas Kling
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling