Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
git-svn-id: svn://10.0.0.236/trunk@121894 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2109,7 +2109,8 @@ void CSSParserImpl::ParseAttributeSelector(PRInt32& aDataMask,
|
||||
}
|
||||
if (mToken.IsSymbol(']')) {
|
||||
PRBool isCaseSensitive = mCaseSensitive;
|
||||
if (nameSpaceID == kNameSpaceID_None || nameSpaceID == kNameSpaceID_HTML) {
|
||||
if (nameSpaceID == kNameSpaceID_None ||
|
||||
nameSpaceID == kNameSpaceID_XHTML) {
|
||||
static const char* caseSensitiveHTMLAttribute[] = {
|
||||
// list based on http://www.w3.org/TR/REC-html40/index/attributes.html
|
||||
"abbr", "alt", "label",
|
||||
|
||||
Reference in New Issue
Block a user