summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Identifiers.json
AgeCommit message (Expand)Author
2021-11-10LibWeb: Parse `background-size` propertySam Atkins
2021-11-10LibWeb: Parse `background-clip` and `background-origin`Sam Atkins
2021-10-31LibWeb: Implement `prefers-color-scheme` media query featureSam Atkins
2021-10-06LibWeb: Add a handful of missing CSS "display" value identifiersAndreas Kling
2021-10-05LibWeb: Add identifiers used by MEDIAQUERIES-4Sam Atkins
2021-09-23LibWeb: Add several CSS identifiers to the listSam Atkins
2021-09-17LibWeb: Add some more CSS identifiersSam Atkins
2021-09-17LibWeb: Implement `currentcolor` special valueSam Atkins
2021-09-13LibWeb: Add handful of CSS properties and identifiersAndreas Kling
2021-07-22LibWeb: Resolve CSS text-decoration from value listSam Atkins
2021-07-22LibWeb: Resolve CSS font property from value listSam Atkins
2021-07-22LibWeb: Resolve CSS list-style from value listSam Atkins
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-03LibWeb: Store computed CSS value of background-repeatTimothy Flynn
2021-02-28LibWeb: Parese the CSS "cursor" propertyAdam Hodgen
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-18LibWeb: Parse "display: flex" and create BlockBox layout nodes for themAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling