Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
Specificity.h File Reference
#include <compare>
#include <cstdint>
#include <ostream>
Include dependency graph for Specificity.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::css::Specificity
 A CSS specificity value (id, class, type), as defined in https://www.w3.org/TR/selectors-4/#specificity-rules, which is used during cascading to determine which style takes precedence. More...
 
struct  donner::css::Specificity::ABC
 A 3-tuple of integers representing the specificity before modifiers such as the "!important" flag have been applied. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::css
 Donner CSS library, a standalone composable CSS parser.