Sam Atkins
|
cd199d9d06
LibWeb: Implement and use `parse_a_style_blocks_contents()`
|
3 年之前 |
Sam Atkins
|
6a0adbefc7
LibWeb: Tidy up StyleRule API
|
3 年之前 |
Sam Atkins
|
75db8b1f86
LibWeb: Spec-comment `consume_a_function()`
|
3 年之前 |
Sam Atkins
|
512d1df1c4
LibWeb: Spec-comment `consume_a_simple_block()`
|
3 年之前 |
Sam Atkins
|
5a23965e93
LibWeb: Comment discrepancy from spec in `consume_a_declaration()`
|
3 年之前 |
Sam Atkins
|
999cc51512
LibWeb: Spec-comment `consume_a_component_value()`
|
3 年之前 |
Sam Atkins
|
be86d19529
LIbWeb: Spec-comment `consume_a_list_of_declarations()`
|
3 年之前 |
Sam Atkins
|
e72f42bea1
LibWeb: Spec-comment `consume_a_qualified_rule()`
|
3 年之前 |
Sam Atkins
|
fe86718035
LibWeb: Spec-comment `consume_an_at_rule()`
|
3 年之前 |
Sam Atkins
|
d77de5ccec
LibWeb: Spec-comment `consume_a_list_of_rules()`
|
3 年之前 |
Sam Atkins
|
a4f8056828
LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values`
|
3 年之前 |
Sam Atkins
|
6ec92f5527
LibWeb: Spec-comment `parse_a_list_of_component_values()`
|
3 年之前 |
Sam Atkins
|
34b3c09462
LibWeb: Spec-comment `parse_a_component_value()`
|
3 年之前 |
Sam Atkins
|
bcf4254331
LibWeb: Spec-comment `parse_a_list_of_declarations()`
|
3 年之前 |
Sam Atkins
|
2aac9f9258
LibWeb: Bring `parse_a_declaration()` to spec and add comments
|
3 年之前 |
Sam Atkins
|
239c36a19e
LibWeb: Spec-comment `parse_a_rule()`
|
3 年之前 |
Sam Atkins
|
12a787ef8a
LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports`
|
3 年之前 |
Sam Atkins
|
7a225a380c
LibWeb: Bring `parse_a_list_of_rules()` to spec
|
3 年之前 |
Sam Atkins
|
85d8c652e9
LibWeb: Implement and use "parse a CSS stylesheet" algorithm
|
3 年之前 |
Sam Atkins
|
fc3d51c59e
LibWeb: Use an enum class for the "top-level flag"
|
3 年之前 |
Sam Atkins
|
87b125dcb9
LibWeb: Spec-comment `parse_a_stylesheet()`
|
3 年之前 |
Sam Atkins
|
05bd0ca3ee
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
|
3 年之前 |
Simon Wanner
|
6437f5da36
LibWeb: Add basic support for the attr() CSS function
|
3 年之前 |
Daniel Glazman
|
91e1383b85
LibWeb: Implement attribute selector case identifier
|
3 年之前 |
Andreas Kling
|
427beb97b5
LibWeb: Streamline how inline CSS style declarations are constructed
|
3 年之前 |
Sam Atkins
|
6672c19c93
LibWeb: Parse `@font-face` rules
|
3 年之前 |
Sam Atkins
|
1dcde57922
LibWeb: Bring "parse a list of declarations" closer to spec
|
3 年之前 |
Sam Atkins
|
da1a819858
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
|
3 年之前 |
Andreas Kling
|
fda25f9505
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
|
3 年之前 |
Andreas Kling
|
434970f022
LibWeb: Remove the totally ad-hoc parse_html_length()
|
3 年之前 |