Re: [w3c/webcomponents] How should autofill work for inputs generated inside shadow roots (#572)

We believe autofill should work across shadow boundaries. Otherwise, people with lousy idea of security can disable autofill by putting each input element into its own shadow tree.  This is precisely why modern browsers ignore `autocomplete="off"`. See https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#The_autocomplete_attribute_and_login_fields

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/572#issuecomment-265083083

Received on Tuesday, 6 December 2016 07:48:24 UTC