Bug 838715: Add periods at the end of sentences in nsHTMLTagList.h header-comment. r=hsivonen DONTBUILD

This commit is contained in:
Daniel Holbert 2013-02-06 10:22:46 -08:00
Родитель e76075c094
Коммит 36c961fd68
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -7,17 +7,17 @@
/******
This file contains the list of all HTML tags
See nsHTMLTags.h for access to the enum values for tags
This file contains the list of all HTML tags.
See nsHTMLTags.h for access to the enum values for tags.
It is designed to be used as inline input to nsHTMLTags.cpp and
nsHTMLContentSink *only* through the magic of C preprocessing.
All entries must be enclosed in the macro HTML_TAG which will have cruel
and unusual things done to it
and unusual things done to it.
It is recommended (but not strictly necessary) to keep all entries
in alphabetical order
in alphabetical order.
The first argument to HTML_TAG is both the enum identifier of the
property and the string value. The second argument is the "creator"