Bug 441703 - "direction attribute of marquee should be case-insensitive (for selector matching)" [r+sr=dbaron]

This commit is contained in:
Martijn Wargers [mw22] 2008-07-12 05:30:39 -05:00
Родитель b402d7ccac
Коммит 55183bb345
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2458,6 +2458,8 @@ CSSParserImpl::ParseAttributeSelector(PRInt32& aDataMask,
"language",
"defer",
"type",
// additional attributes not in HTML4
"direction", // marquee
nsnull
};
short i = 0;