Content tag split, property setters
- We split
content
attribute with heuristic detection of URLs vs. inline HTML, to more explicit separate attributes:href
for URL,html
for inline HTML content
- Thanks to above, we could now have property setters (reflected into the attributes) for those properties - Plays well with many data-binding systems.