Histórico de Commits

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