diff --git a/index b/index index bbf0cbdbf7d..d8bb9a47516 100644 --- a/index +++ b/index @@ -33815,10 +33815,10 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t title=dom-navigator-platform>platform
-

Must return a string representing the platform on which the browser is - executing, e.g. "MacIntel", "Win32", "FreeBSD i386", "WebTV OS". +

Must return either the empty string or a string representing the + platform on which the browser is executing, e.g. "MacIntel", "Win32", "FreeBSD i386", "WebTV OS".

@@ -33830,7 +33830,8 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

Must return the string used for the value of the "User-Agent" header in HTTP requests. + title="">User-Agent" header in HTTP requests, or the empty string + if no such header is ever sent.

diff --git a/source b/source index 7fef5a661a7..59118ac435e 100644 --- a/source +++ b/source @@ -31138,7 +31138,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
platform
-

Must return a string representing the platform on which the browser is executing, e.g. "MacIntel", "Win32", "FreeBSD i386", "WebTV OS".

+

Must return either the empty string or a string representing the platform on which the browser is executing, e.g. "MacIntel", "Win32", "FreeBSD i386", "WebTV OS".

@@ -31149,7 +31149,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
userAgent
-

Must return the string used for the value of the "User-Agent" header in HTTP requests.

+

Must return the string used for the value of the "User-Agent" header in HTTP requests, or the empty string if no such header is ever sent.