Historique des commits

Auteur SHA1 Message Date
  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 5a7e57457e LibWeb: Add a dedicated function for parsing HTML length values il y a 5 ans
  Andreas Kling 7d3c8d066f LibWeb: Support "pt" length units :^) il y a 5 ans
  Andreas Kling 38d6cc8598 LibWeb: Convert uppercase selector tag names to lowercase internally 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 3fefc7f3e9 LibWeb: Tweak CSS parser to swallow backslash-escaped characters il y a 5 ans
  Andreas Kling 4b2ac34725 LibWeb: Move the offset, margin and padding boxes into LayoutStyle il y a 5 ans
  Andreas Kling 5744dd43c5 LibWeb: Remove default Length constructor and add make_auto()/make_px() il y a 5 ans
  Andreas Kling d0312f6208 LibWeb: Handle empty inputs to the CSS parser il y a 5 ans
  Andreas Kling 483b371a7b LibWeb: Parse and match the :visited pseudo-class (always fails) il y a 5 ans
  Andreas Kling bd33bfd120 LibWeb: Whine about unrecognized CSS properties in debug log il y a 5 ans
  Andreas Kling 03da686aa2 LibWeb: Ignore backslashes (\) in attribute selectors il y a 5 ans
  Andreas Kling 65c4e5cacf LibWeb: Parse and match basic "contains" attribute selectors (~=) il y a 5 ans
  Andreas Kling 731685468a LibWeb: Start fleshing out support for relative CSS units il y a 5 ans
  Andreas Kling 7ed80ae96c LibWeb: Make the CSS parser a little more tolerant to invalid CSS il y a 5 ans
  FalseHonesty b352a6b59d LibWeb: Implement vendor specific CSS color style for System Palette il y a 5 ans
  Sergey Bugaev c00076de82 LibWeb: Update the CSS prefix to -libweb il y a 5 ans
  Linus Groh 7bfd24ca76 LibWeb: Support the :root pseudo class il y a 5 ans
  Linus Groh 2f29e61203 LibWeb: Make CSS pseudo classes case-insensitive il y a 5 ans
  Linus Groh cbd746e3ec LibWeb: Support "transparent" CSS color value il y a 5 ans
  Linus Groh 57857cd8f6 LibWeb: Make parsing of most CSS values case-insensitive il y a 5 ans
  Andreas Kling 5f9d80d8bc LibWeb: Add basic support for CSS percentages il y a 5 ans
  Linus Groh 673527d314 LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors il y a 5 ans
  Andreas Kling 6676f2c259 LibWeb: Don't emit a simple selector if nothing was consumed il y a 5 ans
  Linus Groh 055e955a1c LibWeb: Recognise :focus pseudo-class il y a 5 ans
  Andreas Kling 1d468ed6d3 AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr il y a 5 ans
  Andreas Kling 06aec9667e LibWeb: Support more advanced selectors in document.querySelectorAll() il y a 5 ans
  Andreas Kling 0f7bcd4111 LibWeb: Add naive support for document.querySelectorAll() il y a 5 ans
  myphs 0891f860f7 LibWeb: Add CSS property 'border' il y a 5 ans