Juicy / juicy-html

A custom element that lets you load HTML partials into your Web page. Declarative way for client-side includes.
http://juicy.github.io/juicy-html/
MIT License
62 stars 12 forks source link

Issues/18 href attr #31

Closed tomalec closed 6 years ago

tomalec commented 7 years ago

Add href and html attributes and property setters as proposed at https://github.com/Juicy/juicy-html/issues/18#issuecomment-320338863 with backward compatibility layer and warning for old content attr.

Please note that this is not the end of the story, once we release this in CE V0 with new minor/major I'd start a new major written in CE v1 only (to be run in V0 using polyfill like document-register-element)

//cc @warpech @alshakero

warpech commented 6 years ago

Discussed with @tomalec today that this has to be released as it increases v0 performance greatly. I will review.

tomalec commented 6 years ago

@warpech is it good to go now?

warpech commented 6 years ago

Yes, as soon as the tests go green. Safari 11 on Mac works ok.