This commit is contained in:
peterl%netscape.com 1998-10-13 19:13:14 +00:00
Родитель 7adba8a6ce
Коммит c10e30346c
4 изменённых файлов: 21 добавлений и 21 удалений

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

@ -207,7 +207,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"",}, {"",}, {"",}, {"",}, {"",},
{"border-top-color", 28},
{"text-shadow-color", 120},
{"text-shadow-radius", 123},
{"text-shadow-radius", 121},
{"font", 55},
{"",},
{"background-color", 3},
@ -215,7 +215,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"speak-numeral", 111},
{"",}, {"",}, {"",},
{"z-index", 135},
{"text-shadow-x", 121},
{"text-shadow-x", 122},
{"",},
{"text-align", 116},
{"",}, {"",}, {"",}, {"",}, {"",},
@ -278,7 +278,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"cue-before", 46},
{"",},
{"cursor-image", 48},
{"text-shadow-y", 122},
{"text-shadow-y", 123},
{"",},
{"list-style", 67},
{"",}, {"",},
@ -552,9 +552,9 @@ const nsCSSProps::NameTableEntry nsCSSProps::kNameTable[] = {
{ "text-indent", 118 },
{ "text-shadow", 119 },
{ "text-shadow-color", 120 },
{ "text-shadow-x", 121 },
{ "text-shadow-y", 122 },
{ "text-shadow-radius", 123 },
{ "text-shadow-radius", 121 },
{ "text-shadow-x", 122 },
{ "text-shadow-y", 123 },
{ "text-transform", 124 },
{ "top", 125 },
{ "unicode-bidi", 126 },

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

@ -120,9 +120,9 @@
#define PROP_TEXT_INDENT 118
#define PROP_TEXT_SHADOW 119
#define PROP_TEXT_SHADOW_COLOR 120
#define PROP_TEXT_SHADOW_X 121
#define PROP_TEXT_SHADOW_Y 122
#define PROP_TEXT_SHADOW_RADIUS 123
#define PROP_TEXT_SHADOW_RADIUS 121
#define PROP_TEXT_SHADOW_X 122
#define PROP_TEXT_SHADOW_Y 123
#define PROP_TEXT_TRANSFORM 124
#define PROP_TOP 125
#define PROP_UNICODE_BIDI 126

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

@ -207,7 +207,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"",}, {"",}, {"",}, {"",}, {"",},
{"border-top-color", 28},
{"text-shadow-color", 120},
{"text-shadow-radius", 123},
{"text-shadow-radius", 121},
{"font", 55},
{"",},
{"background-color", 3},
@ -215,7 +215,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"speak-numeral", 111},
{"",}, {"",}, {"",},
{"z-index", 135},
{"text-shadow-x", 121},
{"text-shadow-x", 122},
{"",},
{"text-align", 116},
{"",}, {"",}, {"",}, {"",}, {"",},
@ -278,7 +278,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"cue-before", 46},
{"",},
{"cursor-image", 48},
{"text-shadow-y", 122},
{"text-shadow-y", 123},
{"",},
{"list-style", 67},
{"",}, {"",},
@ -552,9 +552,9 @@ const nsCSSProps::NameTableEntry nsCSSProps::kNameTable[] = {
{ "text-indent", 118 },
{ "text-shadow", 119 },
{ "text-shadow-color", 120 },
{ "text-shadow-x", 121 },
{ "text-shadow-y", 122 },
{ "text-shadow-radius", 123 },
{ "text-shadow-radius", 121 },
{ "text-shadow-x", 122 },
{ "text-shadow-y", 123 },
{ "text-transform", 124 },
{ "top", 125 },
{ "unicode-bidi", 126 },

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

@ -207,7 +207,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"",}, {"",}, {"",}, {"",}, {"",},
{"border-top-color", 28},
{"text-shadow-color", 120},
{"text-shadow-radius", 123},
{"text-shadow-radius", 121},
{"font", 55},
{"",},
{"background-color", 3},
@ -215,7 +215,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"speak-numeral", 111},
{"",}, {"",}, {"",},
{"z-index", 135},
{"text-shadow-x", 121},
{"text-shadow-x", 122},
{"",},
{"text-align", 116},
{"",}, {"",}, {"",}, {"",}, {"",},
@ -278,7 +278,7 @@ PRInt32 nsCSSProps::LookupName(const char* str)
{"cue-before", 46},
{"",},
{"cursor-image", 48},
{"text-shadow-y", 122},
{"text-shadow-y", 123},
{"",},
{"list-style", 67},
{"",}, {"",},
@ -552,9 +552,9 @@ const nsCSSProps::NameTableEntry nsCSSProps::kNameTable[] = {
{ "text-indent", 118 },
{ "text-shadow", 119 },
{ "text-shadow-color", 120 },
{ "text-shadow-x", 121 },
{ "text-shadow-y", 122 },
{ "text-shadow-radius", 123 },
{ "text-shadow-radius", 121 },
{ "text-shadow-x", 122 },
{ "text-shadow-y", 123 },
{ "text-transform", 124 },
{ "top", 125 },
{ "unicode-bidi", 126 },