Added changelog link to the CSS ticket.
This commit is contained in:
parent
c4a5e8d4b4
commit
6f50e79f15
|
@ -42,6 +42,8 @@ perhaps other libraries) the parser _does not_ output XPath expressions as a
|
||||||
String or a CSS specific AST. Instead it directly emits an XPath AST. This
|
String or a CSS specific AST. Instead it directly emits an XPath AST. This
|
||||||
allows the resulting AST to be directly evaluated by `Oga::XPath::Evaluator`.
|
allows the resulting AST to be directly evaluated by `Oga::XPath::Evaluator`.
|
||||||
|
|
||||||
|
See <https://github.com/YorickPeterse/oga/issues/11> for more information.
|
||||||
|
|
||||||
### Mutli-line Attribute Support
|
### Mutli-line Attribute Support
|
||||||
|
|
||||||
Oga can now lex/parse elements that have attributes with newlines in them.
|
Oga can now lex/parse elements that have attributes with newlines in them.
|
||||||
|
|
Loading…
Reference in New Issue