コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling 816d3e6208 LibHTML: Ignore all CSS rules starting with "@" for now 5 年 前
  Shannon Booth 64842fd0ac LibHTML: Remove fixed FIXME 5 年 前
  Andreas Kling 91ba94fbd4 LibHTML: Support the :only-child pseudo class 5 年 前
  Andreas Kling 085cafd80a LibHTML: Support the :empty pseudo class 5 年 前
  Andreas Kling c1474e594e LibHTML: Support the :first-child and :last-child pseudo classes 5 年 前
  Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings 5 年 前
  Andreas Kling 0c4f29f71f LibHTML: Just swallow :not selectors for now 5 年 前
  Andreas Kling f0c94758f4 LibHTML: CSS parser should accept "foo>bar", not just "foo > bar" 5 年 前
  Andreas Kling a42e477002 LibHTML: Update CSS parser with terminology from Selectors Level 4 5 年 前
  Andreas Kling d19d4da14a LibHTML: Implement compound selectors 5 年 前
  Andreas Kling 94bc46ee70 LibHTML: Improve CSS parser's handling of values somewhat 5 年 前
  Andreas Kling 61ba19f031 LibHTML: Handle stand-alone attribute selectors 5 年 前
  Andreas Kling 8946e50986 LibHTML: Implement some attribute selector support 5 年 前
  Andreas Kling 1fd5869490 LibHTML: Tolerate empty CSS rules 5 年 前
  Andreas Kling 56dad2272c LibHTML: Implement the universal selector ("*") 5 年 前
  Andreas Kling a14cc573b0 LibHTML: Implement some basic floating point CSS value parsing 5 年 前
  Andreas Kling c628ebda0f LibHTML: Use floating point numbers throughout the layout tree 5 年 前
  Andreas Kling df16c9676b LibHTML: Tolerate "px" suffix on CSS lengths 5 年 前
  Andreas Kling e6e41e4fb8 LibHTML: Start building a simple code generator for CSS properties 5 年 前
  Andreas Kling 56764a2db8 LibHTML: Don't swallow '}' as part of CSS property values 5 年 前
  Andreas Kling b88ff97537 LibHTML: Make the CSS parser return RefPtr's 5 年 前
  Andreas Kling ea5da0f9b5 LibHTML: The CSS parser should tolerate whitespace-only stylesheets 5 年 前
  Andreas Kling fed668f20f LibHTML: Skip over CSS @media rules for now 5 年 前
  Andreas Kling 39546303da LibHTML: CSS parser should trim whitespace from values 5 年 前
  Andreas Kling 605a225b53 LibHTML: Parse the :link and :hover CSS pseudo-classes 5 年 前
  Andreas Kling 08209cc665 LibHTML: Handle comments in the CSS parser 5 年 前
  Andreas Kling 59795aab41 LibHTML: Handle CSS declarations that don't end in ';' 5 年 前
  Andreas Kling 31ac19543a LibHTML: Use an enum for CSS property ID's 5 年 前
  Andreas Kling edbf09ea29 LibHTML: Make the CSS and HTML parsers take StringViews 5 年 前
  Andreas Kling bedb00603c LibHTML: Add adjacent (+) and general (~) sibling combinators 5 年 前