1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-12-28 06:18:30 +00:00

Merge pull request #117 from anirvan/patch-1

Fix grammar in README.md
This commit is contained in:
Andrea Giammarchi 2016-02-09 08:29:57 +00:00
commit 38c90e7a5d

View File

@ -125,7 +125,7 @@ I <img
Differently from `string` parsing, if the first argument is a `HTMLElement` generated image tags will replace emoji that are **inside `#text` node only** without compromising surrounding nodes or listeners, and avoiding completely the usage of `innerHTML`.
If security is a major concern, this parsing can be considered the safest option but with a slightly penalized performance gap due DOM operations that are inevitably *costy* compared to basic strings.
If security is a major concern, this parsing can be considered the safest option but with a slightly penalized performance gap due to DOM operations that are inevitably *costy* compared to basic strings.
```js
var div = document.createElement('div');