Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from travisleithead/gh-pages
Browse files Browse the repository at this point in the history
Fix Issue #4 (p end tag omission)
  • Loading branch information
stevefaulkner committed Jan 20, 2016
2 parents de091e8 + 31367d2 commit 92f4f9e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions sections/semantics.include
Original file line number Diff line number Diff line change
Expand Up @@ -3899,14 +3899,13 @@
<dt><a>Tag omission in text/html</a>:</dt>
<dd>
A <{p}> element's <a>end tag</a> may be omitted if the <{p}> element is
immediately followed by an <{address}>, <{article}>, <{aside}>,
<{blockquote}>, <{div}>, <{dl}>, <{fieldset}>,
<{footer}>, <{form}>, <{h1}>, <{h2}>, <{h3}>,
<{h4}>, <{h5}>, <{h6}>, <{header}>, <{hr}>,
<{main}>, <{menu}>, <{nav}>, <{ol}>, <{p}>,
<{pre}>, <{section}>, <{table}>, or <{ul}>, element, or if
there is no more content in the parent element and the parent element is not an <{a}>
element.
immediately followed by an <{address}>, <{article}>, <{aside}>, <{blockquote}>, <{details}>,
<{div}>, <{dl}>, <{fieldset}>, <{figcaption}>, <{figure}>, <{footer}>, <{form}>, <{h1}>,
<{h2}>, <{h3}>, <{h4}>, <{h5}>, <{h6}>, <{header}>, <{hr}>, <{main}>, <{menu}>, <{nav}>,
<{ol}>, <{p}>, <{pre}>, <{section}>, <{table}>, or <{ul}>, element, or if
there is no more content in the parent element and the parent element is an
<a>HTML element</a> that is not an <{a}>, <{audio}>, <{del}>, <{ins}>, <{map}>, <{noscript}>,
or <{video}> element.
</dd>
<dt>Allowed <a href="#aria-role-attribute">ARIA role attribute</a> values:</dt>
<dd><a href="#allowed-aria-roles-states-and-properties">Any role value</a>.</dd>
Expand Down

0 comments on commit 92f4f9e

Please sign in to comment.