summaryrefslogtreecommitdiff
path: root/Base/home/anon/www
AgeCommit message (Expand)Author
2019-12-16LibHTML: Support the :only-child pseudo classAndreas Kling
2019-12-16LibHTML: Support the :empty pseudo classAndreas Kling
2019-12-16LibHTML: Support the :first-child and :last-child pseudo classesAndreas Kling
2019-11-25LibHTML: Implement basic <form> and <input> element supportAndreas Kling
2019-11-25Base: Import the 1st and 2nd Acid tests for web standards complianceAndreas Kling
2019-11-25LibHTML: Draw each CSS border edge separately with their own styleAndreas Kling
2019-11-21LibHTML: Handle stand-alone attribute selectorsAndreas Kling
2019-11-21LibHTML: Implement some attribute selector supportAndreas Kling
2019-11-10Base: Add link to bettermotherfuckingwebsite in welcome.htmlMarcel Schneider
2019-11-07Base: Add a local copy of bettermotherfuckingwebsite.com for testingAndreas Kling
2019-10-20LibHTML: Implement "text-align: justify"Andreas Kling
2019-10-20LibHTML+Browser: Support scrolling to anchor with <a href="#foo">Andreas Kling
2019-10-19LibHTML: Implement basic tiled background image supportAndreas Kling
2019-10-16LibHTML: Add the <center> elementAndreas Kling
2019-10-16LibHTML: Implement CSS text-align: left/center/rightAndreas Kling
2019-10-14LibHTML: Implement basic :hover pseudo-class supportAndreas Kling
2019-10-13LibHTML: Handle comments in the CSS parserAndreas Kling
2019-10-12LibHTML: Add Comment and CharacterData nodes and improve HTML parsingAndreas Kling
2019-10-12LibHTML: Implement the <br> element for line breakingAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-08LibHTML: Add ResourceLoader to support protocol-agnostic URL loadingAndreas Kling
2019-10-07LibHTML: Start adding support for <link rel="stylesheet">Andreas Kling
2019-10-06LibDraw: Parse some more color string formats found on the webAndreas Kling
2019-10-06LibHTML: Add adjacent (+) and general (~) sibling combinatorsAndreas Kling
2019-10-06LibHTML: Implement immediate-child selectors (#foo > #bar)Andreas Kling
2019-10-06LibHTML: Implement matching for descendant selectorsAndreas Kling
2019-10-06Base: Add a page for image features to the www directoryConrad Pankoff
2019-10-05Base: Add a little welcome page for the browser at ~/www/welcome.htmlAndreas Kling
2019-10-04Base: Add a little HTML test for presentational hintsAndreas Kling
2019-10-01Base: Rename the "html" test directory to "www"Andreas Kling