- From: <bugzilla@jessica.w3.org>
- Date: Sat, 17 Aug 2013 18:11:32 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22996
Bug ID: 22996
Summary: Modify blockquote element definition to allow
citations
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: faulkner.steve@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
"The blockquote element represents a section that is quoted from another
source."
http://www.w3.org/html/wg/drafts/html/master/grouping-content.html#the-blockquote-element
modify blockquote definition to allow citations to be marked up inside the
element using <footer>:
<blockquote>
<p>The <code><span class="pln">blockquote</span></code> element represents a
section that is quoted from another source.</p>
<footer>— <cite><a title="4.5 Grouping content — HTML5"
href="http://dev.w3.org/html5/spec/grouping-content.html#the-blockquote-element">W3C
HTML5 specification</a></cite></footer>
</blockquote>
refer to:
http://oli.jp/example/blockquote-metadata/
http://oli.jp/2011/blockquote/
http://html5doctor.com/blockquote-q-cite/
Recent discussion:
http://lists.w3.org/Archives/Public/public-html/2013Aug/thread.html
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Saturday, 17 August 2013 18:11:33 UTC