layout: Implement pointer-events: none per SVG 1.1 § 16.6.

SVG-only values are not yet supported.
This commit is contained in:
Patrick Walton 2015-01-01 17:12:51 -05:00
parent df6a7959df
commit 899c9429d0
4 changed files with 58 additions and 12 deletions

View file

@ -998,7 +998,7 @@ impl LayoutRPC for LayoutRPCImpl {
// Compute the new cursor.
let cursor = if !mouse_over_list.is_empty() {
mouse_over_list[0].cursor
mouse_over_list[0].pointing.unwrap()
} else {
Cursor::DefaultCursor
};