| Distinguish between pseudo classes and pseudo elements |
|
More...
|
about 17 years ago
|
| Musings about a potential optimisation |
|
More...
|
about 17 years ago
|
| Match details |
|
More...
|
about 17 years ago
|
| This is more likely to handle universal simple_selectors correctly. Refactor stuff while we're at it. |
|
More...
|
about 17 years ago
|
| Match selector chains. Universal selectors will probably break this. |
|
More...
|
about 17 years ago
|
| Beginnings of a handler function table. |
|
More...
|
about 17 years ago
|
| Iterate over the selectors in a stylesheet which match the current node's name. |
|
More...
|
about 17 years ago
|
| Traverse stylesheet tree iteratively. |
|
More...
|
about 17 years ago
|
| Further tweaks. We need to know the <sheet,rule> pair from which a property got set so that we can determine whether a subsequently defined rule overrides it. |
|
More...
|
about 17 years ago
|
| Beginnings of a style selection algorithm. |
|
More...
|
about 17 years ago
|
| Fix build. Sketch out a struct containing the state needed during selection. We need to know the specificity, origin, and importance of the source of the current property value. We also need to know whether the property has been set at all (as this is not available by simply inspecting the computed style struct). |
|
More...
|
about 17 years ago
|
| Oh look, I've changed my mind again. It's far better that the client creates computed style objects which we then populate. This will allow more efficient composition of styles as, in the most common case, it won't require any memory allocation. |
|
More...
|
about 17 years ago
|
| More API changes. Make css_computed_style_create() private. Implement css_computed_style_[create,destroy](). |
|
More...
|
about 17 years ago
|
| Mutators for computed style |
|
More...
|
about 17 years ago
|
| It probably helps to ensure the allocation routine is accessible. Minor fix for an accessor. |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| More accessors |
|
More...
|
about 17 years ago
|
| I've changed my mind. Don't assume that _INHERIT doesn't exist here. |
|
More...
|
about 17 years ago
|
| Some property accessors. Define css_unit type. |
|
More...
|
about 17 years ago
|