| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously both width and height had to be zero. However, I noticed
a contrary case in firefox. While this may not arise in Chrome, I think
that there's no harm in making the check criteria a little more general.
|
|
|
|
Previously, we eliminated links whose boundingRects had a width and height of
zero. However, if a <a> tag wraps only a floated element, it will have zero
dimensions as the floated element is considered to be 'out' of the tag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
closes #95.
|
|
gamefaqs.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
positioning. This closes issue #105.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return values of event handlers added with addEventListener are ignored,
so returning `false` doesn't help.
Instead preventDefault has to be called on the event that is passed on
to the handler.
|
|
|
|
|
|
|
|
It does not follow Chrome's native behavior (and was buggy anyway.)
|
|
part of initialization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
moved within or between windows.
|
|
|
|
|
|
|