Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 10b534849d LibWeb: Remove ancient HTML_DEBUG debug logging il y a 4 ans
  Andreas Kling 0aa74074dd LibWeb: Ignore non-URL values for background-image for now il y a 4 ans
  Andreas Kling 95077f9a5d LibWeb: Apply the CSS background-image property to elements il y a 4 ans
  Andreas Kling 96fc476107 LibWeb: Add a separate UA style sheet for documents in quirks mode il y a 4 ans
  Andreas Kling 7daeddb9e9 LibWeb: Move the CSS parser into CSS/Parser/ il y a 5 ans
  Andreas Kling 1f008c95b6 LibWeb: Move CSS classes into the Web::CSS namespace il y a 5 ans
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace il y a 5 ans
  Andreas Kling 9e642827fc LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode il y a 5 ans
  Andreas Kling 505b133fda LibWeb: Don't allow more than one color sub-value in CSS 'background' il y a 5 ans
  Andreas Kling 49dd4b7e8a LibWeb: Compress specificity into a 32-bit unsigned int il y a 5 ans
  Andreas Kling 246e0e47ec LibWeb: Make the specificity sort comparator a bit more readable il y a 5 ans
  Andreas Kling 0e65fc3a6d LibWeb: Expand background:none into background-color:transparent il y a 5 ans
  Andreas Kling 384b5f15c9 LibWeb: Sort matched style rules by specificity, document order il y a 5 ans
  Andreas Kling 365703e3f3 LibWeb: Allow url("foo") and url('foo') in CSS background-image values il y a 5 ans
  Andreas Kling 01bb6f0249 LibWeb: Don't try to expand shorthands from non-string CSS values il y a 5 ans
  Andreas Kling 9c786cd7e0 LibWeb: Expand "background: url()" into "background-image: url()" il y a 5 ans
  Andreas Kling 2622ead6c6 LibWeb: Expand 2-part border-width shorthand CSS properties il y a 5 ans
  Andreas Kling 7fe2f5f170 LibWeb: Apply style rules in order of specificity (kinda) il y a 5 ans
  Andreas Kling 4e1939c635 LibWeb: Expand border-{top,right,bottom-left} CSS shorthand properties il y a 5 ans
  Andreas Kling 731685468a LibWeb: Start fleshing out support for relative CSS units il y a 5 ans
  Andreas Kling 959de19418 LibWeb: Process style sheets in document order il y a 5 ans
  Andreas Kling 7f22e2a3c4 LibWeb: Use the globals from HTML::AttributeNames in style resolution il y a 5 ans
  Andreas Kling 0d5be35c1f LibWeb: Don't render list item markers for "list-style-type: none" il y a 5 ans
  Andreas Kling 3c6801c3a5 LibWeb: Naive support for CSS "background" shorthand il y a 5 ans
  myphs 0891f860f7 LibWeb: Add CSS property 'border' il y a 5 ans
  Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb il y a 5 ans