- From: <bugzilla@jessica.w3.org>
- Date: Tue, 12 Nov 2013 09:22:48 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23800
Bug ID: 23800
Summary: [Shadow]: Needs a similar tool to ReSpec, but which
resolves 'Definitions and Linking' for external
definitions.
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: hayato@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
Managing linking to external definitions is painful. That also decreases
readability and edit-ability of the spec.
For example, can you read and edit the following easily? :)
<p>At the time of event dispatch:</p>
<ul>
<li>The <a
href="http://www.w3.org/TR/domcore/#event"><code>Event</code></a> <a
href="http://www.w3.org/TR/domcore/#dom-event-target"><code>target</code></a>
and <a
href="http://www.w3.org/TR/domcore/#dom-event-currenttarget"><code>currentTarget</code></a>
attributes <strong>must</strong> return the <a>relative target</a> for the <a
href="http://www.w3.org/TR/domcore/#concept-node">node</a> on which event
listeners are <a
href="http://www.w3.org/TR/domcore/#concept-event-listener-invoke">invoked</a></li>
<li>The <a
href="http://www.w3.org/TR/DOM-Level-3-Events/#events-MouseEvent"><code>MouseEvent</code></a>
<a
href="http://www.w3.org/TR/DOM-Level-3-Events/#events-MouseEvent-relatedTarget"><code>relatedTarget</code></a>
attribute <strong>must</strong> return the <a>adjusted related target</a></li>
<li>The <a
href="http://www.w3.org/TR/DOM-Level-3-Events/#events-MouseEvent"><code>MouseEvent</code></a>
<a
href="http://dev.w3.org/csswg/cssom-view/#widl-MouseEvent-offsetX"><code>offsetX</code></a>
and <a
href="http://dev.w3.org/csswg/cssom-view/#widl-MouseEvent-offsetY"><code>offsetY</code></a>
attributes <strong>must</strong> return the coordinates relative to the origin
of the <a href="http://dev.w3.org/csswg/cssom-view/#padding-edge">padding
edge</a> of the <a>relative target</a></li>
....
ReSpec has the feature for resoling local definitions and linking.
http://www.w3.org/respec/guide.html#definitions-and-linking
I need a similar tool for links to external definitions.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 12 November 2013 09:22:53 UTC