Skip to content

Commit

Permalink
Add lessons learned
Browse files Browse the repository at this point in the history
  • Loading branch information
filoxo committed Apr 15, 2024
1 parent 880bea5 commit 40eda1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ for all project webc components.

### no markdown support

at this time. couldn't figure it out in a sensible way but... like, MDX wih WebC components would be nice, right? Doesn't sound like it should be that hard.
at this time. couldn't figure it out in a sensible way but... like, MDX wih WebC components would be nice, right? Doesn't sound like it should be that hard.


## Lessons Learned

- webcomponent names must start with a letter and must contain a hyphen
- webcomponent tags are not self-closing!
- which made me realize, i'm unsure in what scenarios html elements are and aren't self-closing

0 comments on commit 40eda1f

Please sign in to comment.