summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2020-09-08LibWeb: Add support for viewport-relative length units (#3433)Jakob-Niklas See
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-07LibWeb: Remove some unnecessary throwaway strings in the CSS parserAndreas Kling
2020-08-07LibWeb: Handle CSS "ex" lengths (relative to font x-height)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Fix bad #include in CSSParser.cppAndreas Kling
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-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-23LibWeb: Rename Element::tag_name() => local_name()Andreas Kling
2020-07-21LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)Andreas Kling
2020-07-05LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-groupAndreas Kling
2020-06-28LibWeb: Give the <blockquote> element some margins in the UA styleAndreas Kling
2020-06-28LibWeb: Support "pt" length units :^)Andreas Kling
2020-06-28LibWeb: Add Length::is_undefined_or_auto()Andreas Kling
2020-06-28LibWeb: Tweak default style for <hr> to use em units for margin valuesAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-28LibWeb: Use length units and shorthands in the default UA style sheetAndreas Kling
2020-06-26LibWeb: Add the 'float' CSS property to LayoutStyleAndreas Kling
2020-06-25LibWeb: Fix build after Specificity.h removalAndreas 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-25LibWeb: Serialize Length::Type::Percentage with a "%" suffixAndreas Kling
2020-06-24LibWeb: Move the offset, margin and padding boxes into LayoutStyleAndreas Kling
2020-06-24LibWeb: Move white-space into LayoutStyleAndreas Kling
2020-06-24LibWeb: Add CSS::Display enum and StyleProperties::display()Andreas Kling
2020-06-24LibWeb: Move width into LayoutStyleAndreas Kling
2020-06-24LibWeb: Add an "undefined" state to LengthAndreas Kling
2020-06-24LibWeb: Remove default Length constructor and add make_auto()/make_px()Andreas Kling
2020-06-23LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyleAndreas Kling
2020-06-23LibWeb: Always inline absolute Length to_px() conversionAndreas Kling
2020-06-23LibWeb: Decode CSS image values out-of-process as wellAndreas Kling
2020-06-15LibWeb: Respect CSS z-index property while paintingAndreas 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: Turn <td align> into CSS text-alignAndreas Kling
2020-06-13LibWeb: Implement <center> as -libweb-centerAndreas Kling
2020-06-13LibWeb: Tweak UA style to reset text-align on table elementsAndreas Kling
2020-06-13LibWeb: Sort matched style rules by specificity, document orderAndreas Kling
2020-06-13LibWeb: Fix broken Specificity::operator==Andreas Kling
2020-06-13LibWeb: Parse and match the :visited pseudo-class (always fails)Andreas 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