html5/html4-differences Overview.src.html,1.168,1.169

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv6168

Modified Files:
	Overview.src.html 
Log Message:
obsolete apis

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- Overview.src.html	6 Mar 2012 12:22:06 -0000	1.168
+++ Overview.src.html	6 Mar 2012 12:38:31 -0000	1.169
@@ -1970,7 +1970,8 @@
     
     <h2 id="apis">APIs</h2>
     
-    <p>HTML5 has introduced many new APIs and have extended or changed existing APIs.
+    <p>HTML5 has introduced many new APIs and have extended, changed or
+    obsoleted some existing APIs.
     
     
     <h3 id="new-apis">New APIs</h3>
@@ -2399,6 +2400,17 @@
     title=dom-link-sizes>sizes</code> IDL attribute on <code
     data-anolis-spec=html>HTMLLinkElement</code> which reflects the <code
     data-anolis-spec=html title=attr-link-sizes>sizes</code> content attribute.
+    
+    
+    <h3 id="obsolete-apis">Obsolete APIs</h3>
+    
+    <p>Some APIs are now either removed altogether, or marked as obsolete.
+    
+    <p>All IDL attributes that reflect a content attribute that is itself obsolete, are now also obsolete. For instance, the <code data-anolis-spec=html title=dom-body-bgColor>bgColor</code> IDL attribute on <code data-anolis-spec=html>HTMLBodyElement</code> which reflects the obsolete <code data-anolis-spec=html title=attr-body-bgcolor>bgcolor</code> content attribute.
+    
+    <p>The following interfaces are marked obsolete since the elements are obsolete: <code data-anolis-spec=html>HTMLAppletElement</code>, <code data-anolis-spec=html>HTMLFrameSetElement</code>, <code data-anolis-spec=html>HTMLFrameElement</code>, <code data-anolis-spec=html>HTMLBaseFontElement</code>, <code data-anolis-spec=html>HTMLDirectoryElement</code> and <code data-anolis-spec=html>HTMLFontElement</code>.
+    
+    <p>The following members of the <code>HTMLDocument</code> interface (which have now moved to <code data-anolis-spec=html>Document</code>) are now obsolete: <code data-anolis-spec=html title=dom-document-anchors>anchors</code> and <code data-anolis-spec=html title=dom-document-applets>applets</code>.
 
 
     <h2 id="changelog">HTML5 Changelogs</h2>

Received on Tuesday, 6 March 2012 12:38:39 UTC