网络浏览器: Difference between revisions

T (talk | contribs)
translate 20%
 
T (talk | contribs)
translate 25%
Line 18: Line 18:
==Web标准==
==Web标准==
*HTML 4.01
*HTML 4.01
*HTML 5 (120/400 score on [http://www.html5test.com HTML5Test.com])
*HTML 5 ( [http://www.html5test.com HTML5Test.com]得分120/400)
*XHTML 1.1
*XHTML 1.1
*CSS 1
*CSS 1
*CSS 2.1
*CSS 2.1
*CSS 3 (some functionality is unavailable)
*CSS 3 (一些功能不支持)
*DOM Levels 1-3
*DOM Levels 1-3
*ECMAScript (partial support for ECMA-262 5th Edition)
*ECMAScript (支持ECMA-262 第5版的一部分)
*XMLHttpRequest Level 2
*XMLHttpRequest Level 2
*Canvas Element (some functionality is unavailable)
*Canvas Element (一些功能不支持)


==网络协议==
==网络协议==
Line 48: Line 48:
==其他细节==
==其他细节==


*It scored 90/100 on [http://acid3.acidtests.org/ Acid3] test
*[http://acid3.acidtests.org/ Acid3] 测试得分90/100。
*Images from the Internet can be saved to the [[SD Filesystem|SD Card]] and viewed using the [[Nintendo 3DS Camera]] application.
*网络图像可以存储到 [[SD Filesystem|SD Card]],然后用 [[Nintendo 3DS Camera]] 查看。
*Images saved to an [[SD Filesystem|SD Card]] or to the Nintendo 3DS system memory can be uploaded to blogs or other sites that allow the uploading of photos using :
*存储到 [[SD Filesystem|SD Card]] 或者3DS本机内存的图像可以上传到博客或者其他使用以下HTML代码传图的网站。
  <input type="file" />
  <input type="file" />
* HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser)
* HTML5Test.com说它支持拖拽缩放,但是实际上没做到。webkit已经有这样的代码,但是没有浏览器的接口。


==Tips==
==Tips==


=== Detect User Agent ===
=== User Agent ===


To detect if the user agent is Nintendo 3DS Browser :
To detect if the user agent is Nintendo 3DS Browser :