This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23245 - Check [TreatNullAs=EmptyString] on some cases
Summary: Check [TreatNullAs=EmptyString] on some cases
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-14 04:11 UTC by Ian 'Hixie' Hickson
Modified: 2013-11-12 00:01 UTC (History)
3 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2013-09-14 04:11:43 UTC
See bug 14170 and bug 14169.
Comment 1 Ian 'Hixie' Hickson 2013-11-12 00:01:46 UTC
setCustomValidity():
   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2632
Survey says:
   Chrome/Safari: [TreatNullAs=EmptyString]
   Firefox: null => "null"
   IE9: doesn't support setCustomValidity()
   Spec: null -> "null"

atob()/btoa():
   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2633
Survey says:
   Chrome/Safari: null => "null"
   Firefox: null => "null"
   IE9: doesn't support atob().
   Spec: null -> "null"

I'm leaving the spec as-is.