summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-07-11LibWeb: Tweak padding on button elements match other enginesAndreas Kling
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-09LibWeb: Add LengthPercentage::is_auto() convenience helperAndreas Kling
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-07-06LibWeb: Make non-finite CSS lengths resolve to "auto"Andreas Kling
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-04LibWeb: Simplify some WeakPtr assignmentsAndreas Kling
2022-07-04LibWeb: Use lowercase type selectors to match against html elementsnetworkException
2022-07-04LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclarationnetworkException
2022-06-30LibWeb: Fix background images not showing till scrolling/repaintMacDue
2022-06-30LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computationsLinus Groh
2022-06-26LibWeb: Fix parsing of background-size: contain/coverMacDue
2022-06-23LibWeb/CSS: Check for NULL block statement when parsing font-face ruleCodeforEvolution
2022-06-16LibWeb: Add deprecated `image-rendering` valuesSam Atkins
2022-06-16LibWeb: Use SmoothPixels scaling mode as the pixelated renderingKarol Kosek
2022-06-15LibWeb: Parse rgb and hsl functions according to CSS Module Level 4Thomas Fach-Pedersen
2022-06-15LibWeb: Fix calculation of degrees from radiansThomas Fach-Pedersen
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-06-11LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_ruleLuke Wilde
2022-06-10LibWeb: Print correct value types in ComponentValue debug stringKarol Kosek
2022-06-10LibWeb/CSS: Add :focus-within serialisationLuke Wilde
2022-06-10LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisationLuke Wilde
2022-06-03LibWeb: Reject invalid background-repeat values instead of crashingIdan Horowitz
2022-06-02LibWeb: Check recursively if CSS functions contain `var()` or `attr()`Karol Kosek
2022-05-11LibWeb: Implement CSSRule.parentRule and .parentStyleSheetSam Atkins
2022-05-11LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule()Sam Atkins
2022-05-11LibWeb: Implement `@supports` serializationSam Atkins
2022-05-11LibWeb: Add CSSSupportsRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSMediaRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSImportRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSConditionRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSGroupingRule wrapperSam Atkins
2022-05-11LibWeb: Add MediaList wrapperSam Atkins
2022-05-08LibWeb: Add missing preprocessing step to the css tokenizerstelar7
2022-05-08LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_stringstelar7
2022-05-08LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`stelar7
2022-05-08LibWeb: Dont consider '-n-' a `dashndashdigit-ident` tokenstelar7
2022-05-08LibWeb: Include sign in token debug info, if the type has explicit signstelar7
2022-05-08LibWeb: Dont try to fetch another token in an+b parsingstelar7
2022-05-08LibWeb: Make an+b pattern selector serialization spec compliantstelar7
2022-05-06LibWeb: Remove unneeded .gitignoreDexesTTP
2022-04-29LibWeb: Remove TokenStream::position() and ::rewind_to_position()Sam Atkins
2022-04-29LibWeb: Use StateTransaction for UnicodeRange parsingSam Atkins
2022-04-29LibWeb: Use StateTransaction in more placesSam Atkins
2022-04-29LibWeb: Use StateTransaction for supports-query parsingSam Atkins
2022-04-29LibWeb: Use StateTransaction for media-query parsingSam Atkins
2022-04-29LibWeb: Extract MediaType to/from_string() logic into functionsSam Atkins