Skip to content

Commit

Permalink
Wording x2
Browse files Browse the repository at this point in the history
  • Loading branch information
nettybun committed Sep 8, 2020
1 parent 36245cb commit c4d1c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Hopefully it's clear how to port it to your application.
- DocumentFragment doesn't handle moving children properly on insertBefore
- If not already defined, setting `el[name] = value` doesn't work. **_This is
a feature_** to save you from bugs.
- Complex structues like data-* attributes, el.contains(), el.innerText, and
others are left to you to implement (if you need to) - read below
- Complex parts (i.e data-* attributes, el.contains(), el.innerText, etc) are
left to implement if you need them - read below
- Any browser magic like `<button>` defaulting to `type="submit"` isn't
implemented, so be careful. [Read Domino for ideas/implementations][1]

Expand Down

0 comments on commit c4d1c4b

Please sign in to comment.