Y
Hacker News
new
|
ask
|
show
|
jobs
by
jakelazaroff
2954 days ago
This is interesting, but how accessible / semantic is the markup it produces? Is it smart enough to see that I'm iterating over a list and producing an element for each item, and output <li>, for example?
1 comments
dorian-graph
2954 days ago
> how accessible / semantic is the markup it produces
Not very, from my experience. You would basically need to introduce a sourcemap equivalent.
link
Not very, from my experience. You would basically need to introduce a sourcemap equivalent.