
W3C标准
MyMichael
Michael
展开
-
Webkit关于HTML 5的Application Cache实现之研究
因为工作关系,研究了一段时间的ApplicationCache。首先介绍一下与它相关的SQL DB Table的几个基本概念,CacheGroups : 就是一组资源,例如html, css, js, image,他们与一个cache的manifest关联,CacheGroups表包含的每个cache项有自己的ID以及相应的manifest的URL。CacheEntries原创 2015-02-24 10:59:54 · 2238 阅读 · 0 评论 -
DOMException
http://www.w3.org/wiki/DOM/domcore/DOMExceptionDOM/domcore/DOMExceptionDOM | domcoreDOMExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e.,转载 2015-02-12 17:21:21 · 9614 阅读 · 0 评论 -
Node
http://www.w3.org/wiki/DOM/domcore/NodeDOM/domcore/NodeDOM | domcoreContents [hide] 1 Node1.1 Attributes1.2 Methods1.3 DOM Core referenceNodeThe No转载 2015-02-12 17:13:20 · 653 阅读 · 0 评论 -
DOM Core的目录结构
http://www.w3.org/wiki/DOM/domcoreDOM/domcoreDOMThis is a reference of DOM Core.Contents [hide] 1 Exceptions2 Events3 Nodes4 Collections5 Collections6 See also转载 2015-02-12 17:07:56 · 753 阅读 · 0 评论 -
Quirks mode
http://en.wikipedia.org/wiki/Quirks_modeIn computing, quirks mode refers to a technique used by some web browsers for the sake of maintaining backward compatibility with web pagesdesigned fo转载 2015-02-12 16:28:35 · 1822 阅读 · 0 评论 -
W3C DOM4 第10次工作草案(W3C Last Call Working Draft 10 July 2014)
http://www.w3.org/TR/2014/WD-dom-20140710/Table of ContentsGoals1 Conformance1.1 Dependencies1.2 Extensibility2 Terminology2.1 Trees2.2 Strings2.3 Ordered sets2.4 Namespaces3 Err转载 2015-02-12 17:33:55 · 957 阅读 · 0 评论 -
Element
http://www.w3.org/wiki/DOM/domcore/ElementDOM/domcore/ElementDOM | domcoreContents [hide] 1 Element1.1 Attributes1.2 Methods1.3 DOM Core referenceElement转载 2015-02-12 17:17:55 · 717 阅读 · 0 评论 -
DOMImplementation
http://www.w3.org/wiki/DOM/domcore/DOMImplementationDOM/domcore/DOMImplementationDOM | domcoreDOMImplementationThe DOMImplementation interface provides a number of methods转载 2015-02-12 17:06:00 · 742 阅读 · 0 评论 -
Document
DOM/domcore/DocumentDOM | domcoreContents [hide] 1 Document1.1 Attributes1.2 Methods1.3 DOM Core referenceDocumentThe Document interface represents the ent转载 2015-02-12 17:01:11 · 612 阅读 · 0 评论 -
EventTarget
http://www.w3.org/wiki/DOM/domcore/EventTargetDOM/domcore/EventTargetDOM | domcoreEventTargetThe EventTarget interface must be implemented by all the objects which could转载 2015-02-12 16:59:42 · 659 阅读 · 0 评论 -
Event
http://www.w3.org/wiki/DOM/domcore/EventDOM/domcore/EventDOM | domcoreContents [hide] 1 Event1.1 Attributes1.2 Methods1.3 DOM Core referenceEventThe转载 2015-02-12 16:58:01 · 594 阅读 · 0 评论