removing outdated xhtml information (#3802)

This commit is contained in:
Bart Broere 2020-10-21 23:13:41 +02:00 committed by GitHub
parent 1035efc7d6
commit 070a0c1c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,7 @@ and to use.
geolocation, and offline applications. geolocation, and offline applications.
Many other features have been added, as well. A good guide to new features Many other features have been added, as well. A good guide to new features
in HTML5 is Mark Pilgrim's soon-to-be-published book, `Dive Into HTML5`_. in HTML5 is Mark Pilgrim's book, `Dive Into HTML5`_.
Not all of them are supported in browsers yet, however, so use caution. Not all of them are supported in browsers yet, however, so use caution.
.. _Dive Into HTML5: https://diveintohtml5.info/ .. _Dive Into HTML5: https://diveintohtml5.info/
@ -195,8 +195,7 @@ Currently, the answer is HTML5. There are very few reasons to use XHTML
considering the latest developments in Web browsers. To summarize the considering the latest developments in Web browsers. To summarize the
reasons given above: reasons given above:
- Internet Explorer (which, sadly, currently leads in market share) - Internet Explorer has poor support for XHTML.
has poor support for XHTML.
- Many JavaScript libraries also do not support XHTML, due to the more - Many JavaScript libraries also do not support XHTML, due to the more
complicated namespacing API it requires. complicated namespacing API it requires.
- HTML5 adds several new features, including semantic tags and the - HTML5 adds several new features, including semantic tags and the