summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-04-07LibWeb: Rename StyleComponentValueRule -> ComponentValueSam Atkins
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek
2022-04-04LibWeb: Bring BorderRadiusStyleValue::to_string() closer to specIgor Pissolati
2022-04-03LibWeb: Make resolved styles handle calculated length-percentagesSimon Wanner
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-30LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methodsSam Atkins
2022-03-30LibWeb: Implement and use `parse_a_style_blocks_contents()`Sam Atkins
2022-03-30LibWeb: Tidy up StyleRule APISam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_function()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_simple_block()`Sam Atkins
2022-03-30LibWeb: Comment discrepancy from spec in `consume_a_declaration()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_component_value()`Sam Atkins
2022-03-30LIbWeb: Spec-comment `consume_a_list_of_declarations()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_qualified_rule()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_an_at_rule()`Sam Atkins
2022-03-30LibWeb: Spec-comment `consume_a_list_of_rules()`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_list_of_component_values()`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_component_value()`Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_list_of_declarations()`Sam Atkins
2022-03-30LibWeb: Bring `parse_a_declaration()` to spec and add commentsSam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_rule()`Sam Atkins
2022-03-30LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports`Sam Atkins
2022-03-30LibWeb: Bring `parse_a_list_of_rules()` to specSam Atkins
2022-03-30LibWeb: Implement and use "parse a CSS stylesheet" algorithmSam Atkins
2022-03-30LibWeb: Use an enum class for the "top-level flag"Sam Atkins
2022-03-30LibWeb: Spec-comment `parse_a_stylesheet()`Sam Atkins
2022-03-30LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`Sam Atkins
2022-03-30LibWeb: Add basic support for the attr() CSS functionSimon Wanner
2022-03-30LibWeb: Use font-derived metrics for "line-height:normal"Andreas Kling
2022-03-30LibGfx: Rename FontMetrics => FontPixelMetricsAndreas Kling
2022-03-30LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'Andreas Kling
2022-03-30LibGfx: Remove code point parameter from Gfx::Font::MetricsAndreas Kling
2022-03-29LibWeb: Implement attribute selector case identifierDaniel Glazman
2022-03-29LibWeb: Clarify attribute selectors when needle is emptyDaniel Glazman
2022-03-29LibWeb: Streamline how inline CSS style declarations are constructedAndreas Kling
2022-03-29LibWeb: Remove unused StyleSheetList::m_generationAndreas Kling
2022-03-29LibWeb: Load and use fonts described by @font-face rules :^)Andreas Kling
2022-03-28LibWeb: Parse `@font-face` rulesSam Atkins
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins
2022-03-28LibWeb: Bring "parse a list of declarations" closer to specSam Atkins
2022-03-28LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()Sam Atkins
2022-03-27LibWeb: Rename ComputedValues::offset() => inset()Andreas Kling
2022-03-27LibWeb: Don't round font sizes when looking them upAndreas Kling
2022-03-26LibWeb: Assign limits to CSS properties that cannot be negativeSam Atkins
2022-03-26LibWeb: Move HTML dimension value parsing from CSS to HTML namespaceAndreas Kling
2022-03-26LibWeb: Remove the totally ad-hoc parse_html_length()Andreas Kling
2022-03-26LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntaxAndreas Kling