mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
Removed the dropped limitations
This commit is contained in:
parent
7ea22d13f7
commit
305f034669
@ -87,7 +87,7 @@ All tree elements provide, apart from `:select` and `()`, the following accessor
|
|||||||
- `.deeperclasses` as `.deeperelements`, but keyed on class name
|
- `.deeperclasses` as `.deeperelements`, but keyed on class name
|
||||||
|
|
||||||
##Limitations
|
##Limitations
|
||||||
- Attribute values in selector strings cannot contain any spaces, nor any of `#`, `[`, `]`, `:`, `(`, or `)`
|
- Attribute values in selector strings cannot contain any spaces
|
||||||
- The spaces before and after the `>` in a `parent > child` relation are mandatory
|
- The spaces before and after the `>` in a `parent > child` relation are mandatory
|
||||||
- `<!` elements (including doctype, comments, and CDATA) are not parsed; markup within CDATA is *not* escaped
|
- `<!` elements (including doctype, comments, and CDATA) are not parsed; markup within CDATA is *not* escaped
|
||||||
- Textnodes are no separate tree elements; in `local root = htmlparser.parse("<p>line1<br />line2</p>")`, `root.nodes[1]:getcontent()` is `"line1<br />line2"`, while `root.nodes[1].nodes[1].name` is `"br"`
|
- Textnodes are no separate tree elements; in `local root = htmlparser.parse("<p>line1<br />line2</p>")`, `root.nodes[1]:getcontent()` is `"line1<br />line2"`, while `root.nodes[1].nodes[1].name` is `"br"`
|
||||||
|
Loading…
Reference in New Issue
Block a user