Commit History

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