summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS/StyleResolver.cpp
AgeCommit message (Expand)Author
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-25LibWeb: Don't allow more than one color sub-value in CSS 'background'Andreas Kling
2020-06-25LibWeb: Compress specificity into a 32-bit unsigned intAndreas Kling
2020-06-14LibWeb: Make the specificity sort comparator a bit more readableAndreas Kling
2020-06-13LibWeb: Expand background:none into background-color:transparentAndreas Kling
2020-06-13LibWeb: Sort matched style rules by specificity, document orderAndreas Kling
2020-06-13LibWeb: Allow url("foo") and url('foo') in CSS background-image valuesAndreas Kling
2020-06-10LibWeb: Don't try to expand shorthands from non-string CSS valuesAndreas Kling
2020-06-10LibWeb: Expand "background: url()" into "background-image: url()"Andreas Kling
2020-06-10LibWeb: Expand 2-part border-width shorthand CSS propertiesAndreas Kling
2020-06-10LibWeb: Apply style rules in order of specificity (kinda)Andreas Kling
2020-06-10LibWeb: Expand border-{top,right,bottom-left} CSS shorthand propertiesAndreas Kling
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-05-30LibWeb: Use the globals from HTML::AttributeNames in style resolutionAndreas Kling
2020-05-30LibWeb: Don't render list item markers for "list-style-type: none"Andreas Kling
2020-05-30LibWeb: Naive support for CSS "background" shorthandAndreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling