Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 4670a9c

Browse files
committed
HTML5 <cite> is not changed from HTML4. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=26624
1 parent 2b936b7 commit 4670a9c

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

Overview.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -923,13 +923,7 @@ <h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
923923
if it has a parent and that is a table element.
924924
-->
925925

926-
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-cite-element">cite</a></code> element now solely
927-
represents the title of a work (e.g. a book, a paper, an essay, a poem, a
928-
score, a song, a script, a film, a TV show, a game, a sculpture, a
929-
painting, a theatre production, a play, an opera, a musical, an
930-
exhibition, a legal case report, etc). Specifically the example in HTML4
931-
where it is used to mark up the name of a person is no longer considered
932-
conforming.</li>
926+
933927

934928
<!--
935929
CODE

Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ <h3 id="changed-elements">Changed Elements</h3>
990990
if it has a parent and that is a table element.
991991
-->
992992

993-
<li><p>The <code data-anolis-spec=html>cite</code> element now solely
993+
<li class=not-w3c><p>The <code data-anolis-spec=html>cite</code> element now solely
994994
represents the title of a work (e.g. a book, a paper, an essay, a poem, a
995995
score, a song, a script, a film, a TV show, a game, a sculpture, a
996996
painting, a theatre production, a play, an opera, a musical, an

Overview.whatwg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ <h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
953953
if it has a parent and that is a table element.
954954
-->
955955

956-
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-cite-element">cite</a></code> element now solely
956+
<li class="not-w3c"><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-cite-element">cite</a></code> element now solely
957957
represents the title of a work (e.g. a book, a paper, an essay, a poem, a
958958
score, a song, a script, a film, a TV show, a game, a sculpture, a
959959
painting, a theatre production, a play, an opera, a musical, an

TR.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -922,13 +922,7 @@ <h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
922922
if it has a parent and that is a table element.
923923
-->
924924

925-
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-cite-element">cite</a></code> element now solely
926-
represents the title of a work (e.g. a book, a paper, an essay, a poem, a
927-
score, a song, a script, a film, a TV show, a game, a sculpture, a
928-
painting, a theatre production, a play, an opera, a musical, an
929-
exhibition, a legal case report, etc). Specifically the example in HTML4
930-
where it is used to mark up the name of a person is no longer considered
931-
conforming.</li>
925+
932926

933927
<!--
934928
CODE

0 commit comments

Comments
 (0)