Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entities: support ' entity #122

Merged
merged 1 commit into from
Nov 10, 2019
Merged

entities: support ' entity #122

merged 1 commit into from
Nov 10, 2019

Conversation

mackyle
Copy link
Contributor

@mackyle mackyle commented Nov 8, 2019

The XHTML standard encompasses the XML standard.

From the beginning, the XML standard has always included required
support for five character entities:

  1. the ampersand (&) as &
  2. the left angle bracket (<) as &lt;
  3. the right angle bracket (>) as &gt;
  4. the double-quote character (") as &quot;
  5. the apostrophe or single-quote character (') as &apos;

See section "2.4 Character Data and Markup" of the XML standard
for further details.

Add support for the character single-quote character entity (&apos;)
in order to fully support XHTML pages.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>

The XHTML standard encompasses the XML standard.

From the beginning, the XML standard [1] has always included required
support for five character entities:

 1. the ampersand (&) as &amp;
 2. the left angle bracket (<) as &lt;
 3. the right angle bracket (>) as &gt;
 4. the double-quote character (") as &quot;
 5. the apostrophe or single-quote character (') as &apos;

See section "2.4 Character Data and Markup" of the XML standard [1]
for further details.

Add support for the character single-quote character entity (&apos;)
in order to fully support XHTML pages.

[1]: https://www.w3.org/TR/REC-xml/

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
@tats tats merged commit 2f7cf64 into tats:master Nov 10, 2019
@tats
Copy link
Owner

tats commented Nov 10, 2019

Merged, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants