diff --git a/book/CH03_EffectiveHtml.adoc b/book/CH03_EffectiveHtml.adoc index b1b9b71..23c10bb 100644 --- a/book/CH03_EffectiveHtml.adoc +++ b/book/CH03_EffectiveHtml.adoc @@ -32,8 +32,8 @@ HTML is a hypermedium. An HTML file is not a program that produces a human-readable document. It _is_ the document. -Unfortunately, HTML isn't often discussed in its own right. -As a result, its development in terms of hypermedia controls has stagnated. +Unfortunately, HTML's development in terms of hypermedia controls has stagnated +and what little there is often not put to full use. This chapter looks at HTML as something worth studying in its own right, even in this day and age. It covers our best practices for writing/generating HTML, @@ -252,7 +252,6 @@ See how we're _extending_ HTML, rather than abstracting it away. .Web Components **** -// TODO get on a soapbox about custom elements, why they're good and disappointing Web Components is the collective name of a few standards; Custom Elements and Shadow DOM, and `