servo/components
bors-servo 1618a9e73d Auto merge of #6543 - Ms2ger:a-href-activate, r=jdm
Only make a elements activatable when they have an href attribute.

I've tested this manually, by clicking on the "baz" in code like

```js
var a = document.body.appendChild(document.createElement("a"));
a.textContent = "bar ";
a.setAttribute("href", "http://www.yahoo.com");
var b = a.appendChild(document.createElement("a"));
b.textContent = "baz";
```

but I've not found a way to write an automated test.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6543)
<!-- Reviewable:end -->
2015-07-06 23:17:05 -06:00
..
canvas webgl: Make bind* calls more spec-compliant 2015-07-06 19:54:06 +02:00
canvas_traits address review comments 2015-07-06 23:02:51 +02:00
compositing Remove layers dependency from util 2015-07-01 09:40:32 -07:00
devtools Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
devtools_traits Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
gfx Add servo Image type. Remove rust-png dependency from script, gfx, layout. 2015-07-07 08:45:01 +10:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Add servo Image type. Remove rust-png dependency from script, gfx, layout. 2015-07-07 08:45:01 +10:00
layout_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
msg Update to latest rust-layers 2015-06-30 21:58:54 -07:00
net Use Box::into_raw rather than boxed::into_raw. 2015-06-25 23:03:54 +02:00
net_traits Add servo Image type. Remove rust-png dependency from script, gfx, layout. 2015-07-07 08:45:01 +10:00
plugins Upgrade to rustc 1.3.0-dev (f3b97a74a 2015-07-03) 2015-07-04 11:32:41 +02:00
profile Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
profile_traits Require documentation for the memory profiling module. 2015-06-18 16:27:32 +02:00
script Auto merge of #6543 - Ms2ger:a-href-activate, r=jdm 2015-07-06 23:17:05 -06:00
script_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
servo Add servo Image type. Remove rust-png dependency from script, gfx, layout. 2015-07-07 08:45:01 +10:00
style layout: Outline the individual property cascading functions to reduce 2015-07-06 12:42:31 -07:00
util Remove unused import. 2015-07-06 21:31:03 -07:00
webdriver_server Implement timeout for url load from WebDriver. 2015-06-17 00:25:23 +01:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00