HTML Tidy  5.4.0
The HTACG Tidy HTML Project
language_en_gb.h File Reference

Go to the source code of this file.

Functions

static uint whichPluralForm_en_gb (uint n)
 This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition. More...
 

Variables

static languageDefinition language_en_gb
 This structure specifies all of the strings needed by Tidy for a single language. More...
 

Function Documentation

◆ whichPluralForm_en_gb()

static uint whichPluralForm_en_gb ( uint  n)
static

This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition.

Variable Documentation

◆ language_en_gb

languageDefinition language_en_gb
static
Initial value:
{
TIDY_LANGUAGE, 0, "en_gb"
},
"You are recommended to use CSS to specify the font and\n"
"properties such as its size and colour. This will reduce\n"
"the size of HTML files and make them easier to maintain\n"
"compared with using <FONT> elements.\n\n"
},
{ TEXT_USING_BODY, 0, "You are recommended to use CSS to specify page and link colours\n" },
"\n"
"Would you like to see Tidy in proper, British English? Please consider \n"
"helping us to localise HTML Tidy. For details please see \n"
"https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md\n"
},
{ INFORMATION_NOT_CONVEYED_IMAGE, 0, "[2.1.1.1]: ensure information not conveyed through colour alone (image)." },
{ INFORMATION_NOT_CONVEYED_APPLET, 0, "[2.1.1.2]: ensure information not conveyed through colour alone (applet)." },
{ INFORMATION_NOT_CONVEYED_OBJECT, 0, "[2.1.1.3]: ensure information not conveyed through colour alone (object)." },
{ INFORMATION_NOT_CONVEYED_SCRIPT, 0, "[2.1.1.4]: ensure information not conveyed through colour alone (script)." },
{ INFORMATION_NOT_CONVEYED_INPUT, 0, "[2.1.1.5]: ensure information not conveyed through colour alone (input)." },
{ COLOR_CONTRAST_TEXT, 0, "[2.2.1.1]: poor colour contrast (text)." },
{ COLOR_CONTRAST_LINK, 0, "[2.2.1.2]: poor colour contrast (link)." },
{ COLOR_CONTRAST_ACTIVE_LINK, 0, "[2.2.1.3]: poor colour contrast (active link)." },
{ COLOR_CONTRAST_VISITED_LINK, 0, "[2.2.1.4]: poor colour contrast (visited link)." },
"This option can be used to modify the behaviour of <code>clean</code> when "
"set to <code>yes</code>."
"<br/>"
"This option specifies if Tidy should merge nested <code>&lt;div&gt;</code> "
"such as <code>&lt;div&gt;&lt;div&gt;...&lt;/div&gt;&lt;/div&gt;</code>. "
"<br/>"
"If set to <code>auto</code> the attributes of the inner "
"<code>&lt;div&gt;</code> are moved to the outer one. Nested "
"<code>&lt;div&gt;</code> with <code>id</code> attributes are <em>not</em> "
"merged. "
"<br/>"
"If set to <code>yes</code> the attributes of the inner "
"<code>&lt;div&gt;</code> are discarded with the exception of "
"<code>class</code> and <code>style</code>. "
},
"This option can be used to modify the behaviour of <code>clean</code> when "
"set to <code>yes</code>."
"<br/>"
"This option specifies if Tidy should merge nested <code>&lt;span&gt;</code> "
"such as <code>&lt;span&gt;&lt;span&gt;...&lt;/span&gt;&lt;/span&gt;</code>. "
"<br/>"
"The algorithm is identical to the one used by <code>merge-divs</code>. "
},
"This option specifies if Tidy should replace numeric values in colour "
"attributes with HTML/XHTML colour names where defined, e.g. replace "
"<code>#ffffff</code> with <code>white</code>. "
},
{
}
}}
Definition: message.h:243
Definition: access.h:161
Definition: access.h:162
Definition: language.h:108
Definition: access.h:164
Replace hex color attribute values with names.
Definition: tidyenum.h:147
Definition: access.h:160
Definition: language.h:202
Definition: access.h:159
Definition: access.h:163
Definition: message.h:231
Merge multiple DIVs.
Definition: tidyenum.h:165
Definition: access.h:165
static uint whichPluralForm_en_gb(uint n)
This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition.
Definition: language_en_gb.h:48
Definition: access.h:157
Definition: access.h:158
Merge multiple SPANs.
Definition: tidyenum.h:169
Definition: message.h:242

This structure specifies all of the strings needed by Tidy for a single language.

Static definition in a header file makes it easy to include and exclude languages without tinkering with the build system.