[html5] r8387 - [a] (0) Add 'computer program' to the non-normative sample list of types of work [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 9 10:43:13 PST 2014
Author: ianh
Date: 2014-01-09 10:43:11 -0800 (Thu, 09 Jan 2014)
New Revision: 8387
Modified:
complete.html
index
source
Log:
[a] (0) Add 'computer program' to the non-normative sample list of types of works that <cite> can be used to name.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24256
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-01-09 07:29:04 UTC (rev 8386)
+++ complete.html 2014-01-09 18:43:11 UTC (rev 8387)
@@ -18107,7 +18107,7 @@
<dd><a href=#global-attributes>Global attributes</a></dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
- </dl><!--TOPIC:HTML--><p>The <code><a href=#the-cite-element>cite</a></code> element <a href=#represents>represents</a> the title
+ </dl><!--TOPIC:HTML--><!--CLEANUP--><p>The <code><a href=#the-cite-element>cite</a></code> element <a href=#represents>represents</a> the title
of a work (e.g.
a book,
a paper,
@@ -18127,6 +18127,7 @@
a musical,
an exhibition,
a legal case report,
+ a computer program, <!-- "a software package" ? -->
etc). This can be a work that is being quoted or
referenced in detail (i.e. a citation), or it can just be a work
that is mentioned in passing.</p>
Modified: index
===================================================================
--- index 2014-01-09 07:29:04 UTC (rev 8386)
+++ index 2014-01-09 18:43:11 UTC (rev 8387)
@@ -18107,7 +18107,7 @@
<dd><a href=#global-attributes>Global attributes</a></dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
- </dl><!--TOPIC:HTML--><p>The <code><a href=#the-cite-element>cite</a></code> element <a href=#represents>represents</a> the title
+ </dl><!--TOPIC:HTML--><!--CLEANUP--><p>The <code><a href=#the-cite-element>cite</a></code> element <a href=#represents>represents</a> the title
of a work (e.g.
a book,
a paper,
@@ -18127,6 +18127,7 @@
a musical,
an exhibition,
a legal case report,
+ a computer program, <!-- "a software package" ? -->
etc). This can be a work that is being quoted or
referenced in detail (i.e. a citation), or it can just be a work
that is mentioned in passing.</p>
Modified: source
===================================================================
--- source 2014-01-09 07:29:04 UTC (rev 8386)
+++ source 2014-01-09 18:43:11 UTC (rev 8387)
@@ -18913,6 +18913,7 @@
<dd>Uses <code>HTMLElement</code>.</dd>
</dl><!--TOPIC:HTML-->
+<!--CLEANUP-->
<p>The <code>cite</code> element <span>represents</span> the title
of a work (e.g.
a book,
@@ -18933,6 +18934,7 @@
a musical,
an exhibition,
a legal case report,
+ a computer program, <!-- "a software package" ? -->
etc). This can be a work that is being quoted or
referenced in detail (i.e. a citation), or it can just be a work
that is mentioned in passing.</p>
More information about the Commit-Watchers
mailing list