summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS/Specificity.h
AgeCommit message (Collapse)Author
2020-06-25LibWeb: Compress specificity into a 32-bit unsigned intAndreas Kling
Instead of storing the three-part specificy for every selector, just mash them together into a 32-bit value instead. This saves both space and time, and matches the behavior of other browser engines.
2020-06-13LibWeb: Fix broken Specificity::operator==Andreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)