Skip to content

Commit efeeba4

Browse files
committed
Readme update.
1 parent 91d4e25 commit efeeba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ HTML5DOMDocument extends the native [DOMDocument](http://php.net/manual/en/class
1414
- Preserves html entities
1515
- Preserves void tags
1616
- Allows **inserting HTML code** that moves the correct parts to their proper places (head elements are inserted in the head, body elements in the body)
17-
- Allows **querying the DOM with CSS selectors** (currently avaiable: *, tagname, tagname#id, tagname.classname, #id, .classname)
17+
- Allows **querying the DOM with CSS selectors** (currently avaiable: *, tagname, tagname#id, #id, tagname.classname, .classname, tagname[attribute="value"], [attribute="value"], tagname[attribute], [attribute])
1818

1919
## Install via Composer
2020

0 commit comments

Comments
 (0)