marko-js-archive / marko-widgets

[LEGACY] Module to support binding of behavior to rendered UI components rendered on the server or client
http://v3.markojs.com/docs/marko-widgets/
MIT License
141 stars 40 forks source link

Introduce w-preserve-attrs-body #122

Open 1N50MN14 opened 8 years ago

1N50MN14 commented 8 years ago

Currently w-preserve-attrs enables preservation of attributes on individual elements, it would be great if we could introduce w-preserve-attrs-body to apply the same rules on all nested elements to avoid adding the tag manually on all children in situations where this is needed.