Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Dec 25, 2024
1 parent 5856ee2 commit a8acb96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DOM tree, with element query support.
Per the design, it intends to parse massive HTML files in lowest price, thus the
performance is the top priority. For this reason, some malformatted HTML may not
be able to parse correctly, but most usual errors are covered (eg. HTML4 style
no closing `<li>`, `<td>` etc).
no closing `<td>` etc).

## Install

Expand Down Expand Up @@ -186,7 +186,6 @@ Node --|> TextNode
Node ..> ClassList
```


## HTMLElement Methods

### trimRight()
Expand Down Expand Up @@ -316,7 +315,6 @@ Clone a node.

Get element by it's ID.


## HTMLElement Properties

### text
Expand Down

0 comments on commit a8acb96

Please sign in to comment.