File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ issues known issues that are not presently on the roadmap:
202202- PLAINTEXT: Unsupported.
203203- Adoption Agency Algorithm: Not yet implemented. (8.2.5.4.7)
204204
205- ##XML Namespaces
205+ ## XML Namespaces
206206
207207To use XML style namespaces you have to configure well the main ` HTML5 ` instance.
208208
@@ -219,7 +219,7 @@ $dom->documentElement->namespaceURI; // http://www.example.com
219219```
220220
221221You can also add some default prefixes that will not require the namespace declaration,
222- but it's elements will be namespaced.
222+ but its elements will be namespaced.
223223
224224``` php
225225use Masterminds\HTML5;
@@ -243,7 +243,7 @@ a list of contributors.
243243
244244We owe a huge debt of gratitude to the original authors of html5lib.
245245
246- While not much of the orignal parser remains, we learned a lot from
246+ While not much of the original parser remains, we learned a lot from
247247reading the html5lib library. And some pieces remain here. In
248248particular, much of the UTF-8 and Unicode handling is derived from the
249249html5lib project.
You can’t perform that action at this time.
0 commit comments