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

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

Modified Files:
	Overview.src.html 
Log Message:
isindex

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- Overview.src.html	6 Mar 2012 12:38:31 -0000	1.169
+++ Overview.src.html	6 Mar 2012 12:42:37 -0000	1.170
@@ -2405,12 +2405,30 @@
     <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>.
+
+    <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 <code>HTMLIsIndexElement</code> interface is removed altogether since
+    the HTML parser expands an <code>isindex</code> tag into other elements.
+
+    <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:42:45 UTC