
Code quality Diagnostics - file.html.unknownentity: Unknown entity name
Standards:
Description:
'Entities' are formal references to specific characters. They are usually employed when use of the literal character is restricted or impractical.
For example, the Latin capital letter C with a cedilla (Ç) is represented by &#199;</code> or <code>&Ccedil;.
Entities are introduced with the ampersand (&) character followed by a prescribed set of characters. HTML defines a specific set of named entities which may be used.
This diagnostic is often triggered by an attempt to use a literal ampersand without encoding it as &amp;, especially in URLs.
Example:
Incorrect:
<a href="index.cgi?letter=A&lang=en">
Correct:
<a href="index.cgi?letter=A&amp;lang=en">
The Sitemorse Knowledge base is the repository of knowledge about the Sitemorse system.
Every time a new feature is added, a question asked or anything our technical team believe might be appropriate is recorded here.
Categories
- Understanding the tests conducted by Sitemorse
- Interpreting Sitemorse Reports
- Useful Technologies
- Sitemorse Surveys
- Monitoring
- Function
- Function Diagnostics
- Accessibility
- Accessibility Diagnostics
- Code quality
- Code quality Diagnostics
- Performance
- Email Diagnostics
- Metadata
- Metadata Diagnostics
- Spelling
- Customer Service and Billing Questions
- Updates and development within Sitemorse
