summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-07-30LibWeb: Make <th> elements bold by defaultKarol Kosek
2022-07-29LibWeb: Extract the LinkStyle IDL mixinSam Atkins
2022-07-27LibWeb: Make :enabled and :disabled selector handling more idiomaticAndreas Kling
2022-07-27LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete TSam Atkins
2022-07-27LibWeb: Resolve calc() FooPercentages that only contained percentagesSam Atkins
2022-07-27LibWeb: Add missing Formatters for CSS dimension typesSam Atkins
2022-07-26LibWeb: Actually check if percentage used flex basis is definiteAndreas Kling
2022-07-24LibWeb: Tidy up `<progress>` element default CSSMacDue
2022-07-24LibWeb: Use the palette "button text" on buttons in the default CSSMacDue
2022-07-23LibWeb: Add a default style for primitive progress barsMacDue
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-23LibWeb: Parse the -webkit-progress-bar/value pseudo elementsMacDue
2022-07-21LibWeb: Allow `calc()` inside CSS transform functions :^)Sam Atkins
2022-07-21LibWeb: Add helper methods for checking a calc()'s resolved typeSam Atkins
2022-07-21LibWeb: Stop handling impossible Percentage return valuesSam Atkins
2022-07-21LibWeb: Handle `transform` in `style_value_for_property()`Sam Atkins
2022-07-21LibWeb: Mark `transform` property as affecting stacking contextsSam Atkins
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-21LibWeb: Alphabetize style_value_for_property() listSam Atkins
2022-07-19LibWeb: Blockify `inline-flex` to `flex`Andreas Kling
2022-07-19LibWeb: Reject negative values for `flex-grow` and `flex-shrink`Andreas Kling
2022-07-18LibWeb: Calculate to <corner> angles for linear-gradientsMacDue
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-17LibWeb: Parse the linear-gradient() CSS functionMacDue
2022-07-17LibWeb: Add LinearGradientStyleValueMacDue
2022-07-17LibWeb: Add serialize_a_srgb_value()MacDue
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