Skip to content

Commit f0c8469

Browse files
Typo fix in README
1 parent 8359499 commit f0c8469

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
@@ -6,4 +6,4 @@ HTML elements for sgml-stream in the root namespace
66

77
If you want to contribute and your changes require edits to files which contain `This file is generated. Do not modify it manually!`, contribute to [sgml-stream-codegen](https://github.com/hershel-theodore-layton/sgml-stream-codegen) instead. We welcome changes which are required to keep up to date with the html-spec with open arms. Typo fixes and improved doc blocks are also very welcome. You should be able to make these changes easily by editing the definition files (json files). Keep in mind that your changes will apply to both the namespaced and non-namespaced version of this library at once. We can bend the use clauses to work for either version. If you have a change which only applies to the root namespace version, we'd love to understand your use case better first.
88

9-
Please keep in mind that xhp classes created with `xhp class div` instead of `class :div` are not mangled. This means that the html elements which share a case-insensitive name (so `Div`, `div`, `DIV`, etc.) with a non-xhp class or a type will be ambiguous. We will not change the name of a built-in html element for you if a collision if preventing you from using this library. Please refer to [html-stream-namespaced](https://github.com/hershel-theodore-layton/html-stream-namespaced) or rename your class / type.
9+
Please keep in mind that xhp classes created with `xhp class div` instead of `class :div` are not mangled. This means that the html elements which share a case-insensitive name (so `Div`, `div`, `DIV`, etc.) with a non-xhp class or a type will be ambiguous. We will not change the name of a built-in html element for you if a collision is preventing you from using this library. Please refer to [html-stream-namespaced](https://github.com/hershel-theodore-layton/html-stream-namespaced) or rename your class / type.

0 commit comments

Comments
 (0)