Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) links should be cursor:pointer
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27217
Affected topics: Rendering

git-svn-id: https://svn.whatwg.org/webapps@8865 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 27, 2014
1 parent cffe1c4 commit a8432d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -68398,7 +68398,7 @@ <h4 id=message-ports>9.5.3 Message ports</h4>
message queue</a> of <var>target port</var>:</p>

<ol><li><p>Let <var>target</var> be the <code id=message-ports:messageport-13><a href=#messageport>MessagePort</a></code> in whose <a href=#port-message-queue id=message-ports:port-message-queue-13>port message
queue</a> the event <var>e</var> now finds itself.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27208" title="&quot;Add the event to the port message queue of target port.&quot; This should actually be a task to fire the event. Now you are adding an event to something that expects a task, that seems bogus.">27208</a></div><li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
queue</a> the event <var>e</var> now finds itself.<li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
<var>target</var>.</ol>

</ol>
Expand Down Expand Up @@ -78072,7 +78072,7 @@ <h4 id=flow-content-3>14.3.3 Flow content</h4>



<h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27217" title="Links should be `cursor: pointer`">27217</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>
<h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Expand All @@ -78091,7 +78091,7 @@ <h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input o

:link { color: #0000EE; }
:visited { color: #551A8B; }
:link, :visited { text-decoration: underline; }
:link, :visited { text-decoration: underline; cursor: pointer; }
a:link[rel~=help], a:visited[rel~=help],
area:link[rel~=help], area:visited[rel~=help] { cursor: help; }

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -68398,7 +68398,7 @@ interface <dfn id=messageport>MessagePort</dfn> : <a href=#eventtarget id=messag
message queue</a> of <var>target port</var>:</p>

<ol><li><p>Let <var>target</var> be the <code id=message-ports:messageport-13><a href=#messageport>MessagePort</a></code> in whose <a href=#port-message-queue id=message-ports:port-message-queue-13>port message
queue</a> the event <var>e</var> now finds itself.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27208" title="&quot;Add the event to the port message queue of target port.&quot; This should actually be a task to fire the event. Now you are adding an event to something that expects a task, that seems bogus.">27208</a></div><li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
queue</a> the event <var>e</var> now finds itself.<li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
<var>target</var>.</ol>

</ol>
Expand Down Expand Up @@ -78072,7 +78072,7 @@ form { margin-bottom: 1em; }</pre>



<h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27217" title="Links should be `cursor: pointer`">27217</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>
<h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>

<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Expand All @@ -78091,7 +78091,7 @@ rt { display: ruby-text; }

:link { color: #0000EE; }
:visited { color: #551A8B; }
:link, :visited { text-decoration: underline; }
:link, :visited { text-decoration: underline; cursor: pointer; }
a:link[rel~=help], a:visited[rel~=help],
area:link[rel~=help], area:visited[rel~=help] { cursor: help; }

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -106681,7 +106681,7 @@ rt { display: ruby-text; }

:link { color: #0000EE; }
:visited { color: #551A8B; }
:link, :visited { text-decoration: underline; }
:link, :visited { text-decoration: underline; cursor: pointer; }
a:link[rel~=help], a:visited[rel~=help],
area:link[rel~=help], area:visited[rel~=help] { cursor: help; }

Expand Down

0 comments on commit a8432d1

Please sign in to comment.