Remove obsolete and wacky support for the <sound> element, which not even IE supports. bug 333057, r=sicking sr=jst
git-svn-id: svn://10.0.0.236/trunk@194040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -147,7 +147,6 @@ HTML_TAG(samp, Span)
|
||||
HTML_TAG(script, Script)
|
||||
HTML_TAG(select, Select)
|
||||
HTML_TAG(small, Span)
|
||||
HTML_TAG(sound, Span)
|
||||
HTML_TAG(spacer, Shared)
|
||||
HTML_TAG(span, Span)
|
||||
HTML_TAG(strike, Span)
|
||||
|
||||
@@ -1034,17 +1034,6 @@ const nsHTMLElement gHTMLElements[] = {
|
||||
/*special parents,kids,skip*/ 0,0,eHTMLTag_unknown,
|
||||
/*contain-func*/ 0
|
||||
},
|
||||
{
|
||||
|
||||
/*tag*/ eHTMLTag_sound,
|
||||
/*req-parent excl-parent*/ eHTMLTag_unknown,eHTMLTag_unknown,
|
||||
/*rootnodes,endrootnodes*/ &gRootTags,&gRootTags,
|
||||
/*autoclose starttags and endtags*/ 0,0,0,0,
|
||||
/*parent,incl,exclgroups*/ (kFlowEntity|kHeadMisc), kNone, kNone, // Added kFlowEntity|kHeadMisc & kNonContainer in
|
||||
/*special props, prop-range*/ kNonContainer,kDefaultPropRange, // Ref. to Bug 25749
|
||||
/*special parents,kids,skip*/ 0,0,eHTMLTag_unknown,
|
||||
/*contain-func*/ 0
|
||||
},
|
||||
{
|
||||
|
||||
/*tag*/ eHTMLTag_spacer,
|
||||
|
||||
@@ -215,8 +215,6 @@ static const PRUnichar sHTMLTagUnicodeName_select[] =
|
||||
{'s', 'e', 'l', 'e', 'c', 't', '\0'};
|
||||
static const PRUnichar sHTMLTagUnicodeName_small[] =
|
||||
{'s', 'm', 'a', 'l', 'l', '\0'};
|
||||
static const PRUnichar sHTMLTagUnicodeName_sound[] =
|
||||
{'s', 'o', 'u', 'n', 'd', '\0'};
|
||||
static const PRUnichar sHTMLTagUnicodeName_spacer[] =
|
||||
{'s', 'p', 'a', 'c', 'e', 'r', '\0'};
|
||||
static const PRUnichar sHTMLTagUnicodeName_span[] =
|
||||
|
||||
Reference in New Issue
Block a user