This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25757 - create.Element('tagName')
Summary: create.Element('tagName')
Status: RESOLVED INVALID
Alias: None
Product: Bugzilla
Classification: Unclassified
Component: accessibility (show other bugs)
Version: unspecified
Hardware: All Linux
: P2 normal
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: Michael[tm] Smith
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 14:30 UTC by Roger Mbiama Assogo
Modified: 2014-06-22 07:29 UTC (History)
0 users

See Also:


Attachments
Js (deleted)
2014-05-17 14:30 UTC, Roger Mbiama Assogo
Details

Description Roger Mbiama Assogo 2014-05-17 14:30:35 UTC
Created attachment 1479 [details]
Js

DOM presents documents as a hierarchy of Node objects that also implement to bugs public web.cgi types of nodes have child nodes of various types.
XML namespaces to augmenting several interfaces of the DOM Level 1 Core to allow creating and manipulating elements attributes associated to a namespace permanently bound to namespace URIs as they get created. 
<!--[if lte IE 9]>
                <script type="text/javascript" src="cdnjs.cloudflare.com/ajax/libs/html5-history-api/4.0.2/history.iegte8.min.js"></script>
                <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/r29/html5.min.js"></script>
                <script type="text/javascript" scr="//cdnjs.cloudflare.com/ajax/libs/html5media/1.1.8/expressInstall.swf"></script>
               <script>
                  document.createElement('header');
                  document.createElement('nav');
                  document.createElement('section');
                  document.createElement('menu');
                  document.createElement('body');
                  document.createElement('aside');
                  document.createElement('img');
                  document.createElement('article');
                  document.createElement('footer');
                  document.createElement('ifame');
                  document.createElement('embed');
                  document.createElement('object');
                  document.createElement('param');
						document.createElement('video');
						document.createElement('audio'); 
						document.createElement('source');
						document.createElement('track');
						master.linkType('alternate');
                  master.linkType('bookmark');
                  master.linkType('help');
                  master.linkType('icon');
                  master.linkType('license');
                  master.linkType('nofollow');
                  master.linkType('noreferrer');
                  master.linkType('prefetch');
                  master.linkType('search');
                  master.linkType('stylesheet');
                  master.linkType('tag');
                  sequential.linkType('next');
                  sequential.linkType('prev');
                  interface.HTMLDataElement('HTMLElement {
                   attribute DOMString value;
                   }');
                  data.designElement('colgroup');
                  data.designElement('col');
                  data.designElementt('body');
                  data.designElementt('head');
                  data.designElementt('foot');
                  data.designElement('tr');
                  data.designElement('td');
                  data.designElement('th');
                  data.designElement('common to td and th');
                  Page.loadProcessing(' multipart/x-mixed-replace');
                  interface.errorEvent('evnt');
                  void.close('');
                  void.write('DOMString... text');
                  void.writeln('DOMString... text');
                  readonly.attributeWindowProxy?('defaultView');
                  readonly.attributeElement?('activeElement');
                  boolean hasFocus();
                  attribute.DOMString('designMode');
                  boolean.execCommand('DOMString commandId, optional boolean showUI = false, optional DOMString value = ""');
                  boolean.queryCommandEnabled('DOMString commandId');
                  boolean.queryCommandIndeterm('DOMString commandId');
                  boolean.queryCommandState('DOMString commandId');
                  boolean.queryCommandSupported('DOMString commandId');
                  DOMString.queryCommandValue('DOMString commandId');
                  readonly.attribute HTMLCollection commands;
               </script>
                <![endif]-->
            <!--[if IE 9]>
                    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
            <![endif]-->
           
<![CDATA[*/
@import url("/18-730/site/css/advanced");
/*]]>
Comment 1 Michael[tm] Smith 2014-06-22 07:29:15 UTC
The content of attachment 1479 [details] has been deleted