Switch to hasFeature(), which seems perfectly suited for this.
notes.org
Wed Oct 27 23:48:14 UTC 2010 pix@kepibu.org
* Switch to hasFeature(), which seems perfectly suited for this.
--- old-httpauth/notes.org 2015-04-15 14:59:36.000000000 +0000
+++ new-httpauth/notes.org 2015-04-15 14:59:36.000000000 +0000
@@ -58,10 +58,8 @@
certainly be doing other things in the JavaScript for those forms, that is not a
viable option.
-Instead, I propose that any browser which supports form-based HTTP Auth should
-add the class 'natively-supported' to forms requesting http authentication.
-This will allow sites to easily detect native support and avoid running their
-own JavaScript-based form-to-http-auth translators.
+Instead, it seems prudent to utilize the DOMImplementation hasFeature function.
+Thus, I propose a feature name of "HTTPFormAuth" and a version of "1.0".
** Logging Out
Forcing logout for users is left to a future version of this specification. See
[tdm] for ideas.