Update comments to reflect the fact that there is no longer a change hint

passed to the macros.
This commit is contained in:
bzbarsky%mit.edu 2003-07-08 07:12:17 +00:00
Родитель a60677927e
Коммит 3a26daf50b
2 изменённых файлов: 8 добавлений и 12 удалений

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

@ -60,17 +60,15 @@
callers. It must always be the same as 'name' except it must use
InterCaps and all hyphens ('-') must be removed.
4. 'hint' says what needs to be recomputed when the property changes.
4. 'datastruct' says which nsRuleData* struct this property goes in.
5. 'datastruct' says which nsRuleData* struct this property goes in.
6. 'member' gives the name of the member variable in the nsRuleData
5. 'member' gives the name of the member variable in the nsRuleData
struct.
7. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
6. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
and in the nsCSSDeclaration backend.
8. 'iscoord' says whether the property is a coordinate property for
7. 'iscoord' says whether the property is a coordinate property for
which we use an explicit inherit value in the *style structs* (since
inheritance requires knowledge of layout).

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

@ -60,17 +60,15 @@
callers. It must always be the same as 'name' except it must use
InterCaps and all hyphens ('-') must be removed.
4. 'hint' says what needs to be recomputed when the property changes.
4. 'datastruct' says which nsRuleData* struct this property goes in.
5. 'datastruct' says which nsRuleData* struct this property goes in.
6. 'member' gives the name of the member variable in the nsRuleData
5. 'member' gives the name of the member variable in the nsRuleData
struct.
7. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
6. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
and in the nsCSSDeclaration backend.
8. 'iscoord' says whether the property is a coordinate property for
7. 'iscoord' says whether the property is a coordinate property for
which we use an explicit inherit value in the *style structs* (since
inheritance requires knowledge of layout).