mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
Add more possibilities for alternate Def, but we're sticking with Def for now.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@202 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
3c2c0c1a1b
commit
30a8266fc1
@ -39,12 +39,14 @@ Abbreviations are avoided
|
|||||||
Attr(s) -> Attribute(s)
|
Attr(s) -> Attribute(s)
|
||||||
Def -> Definition
|
Def -> Definition
|
||||||
|
|
||||||
Ambiguity concerning the definition of Definition
|
Ambiguity concerning the definition of Def/Definition
|
||||||
While a definition normally defines the structure/acceptable values of
|
While a definition normally defines the structure/acceptable values of
|
||||||
an entity, most of the definitions in this application also attempt
|
an entity, most of the definitions in this application also attempt
|
||||||
to validate and fix the value. I am unsure of a better name, as
|
to validate and fix the value. I am unsure of a better name, as
|
||||||
"Validator" would exclude fixing the value, "Fixer" doesn't invoke
|
"Validator" would exclude fixing the value, "Fixer" doesn't invoke
|
||||||
the proper image of "fixing" something, and "ValidatorFixer" is too long!
|
the proper image of "fixing" something, and "ValidatorFixer" is too long!
|
||||||
|
Some other suggestions were "Handler", "Reference", "Check", "Fix",
|
||||||
|
"Repair" and "Heal".
|
||||||
|
|
||||||
Transform not Transformer
|
Transform not Transformer
|
||||||
Transform is both a noun and a verb, and thus we define a "Transform" as
|
Transform is both a noun and a verb, and thus we define a "Transform" as
|
||||||
|
Loading…
Reference in New Issue
Block a user