Changeset 55797 in webkit


Ignore:
Timestamp:
Mar 10, 2010 12:18:20 PM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

Extend keyboard navigation to allow directional navigation (Manual tests)
https://bugs.webkit.org/show_bug.cgi?id=18662

Reviewed by Dave Hyatt.
Patch by Antonio Gomes <tonikitoo@webkit.org>

Adds a manual tests for the Spatial Navigation feature comprasing varios
Html focusable elements (e.g. <a>, <table>, <iframe>) and much of the logic
provided by the feature.

  • manual-tests/spatial-navigation/links.html: Added.
  • manual-tests/spatial-navigation/spatial-navigation-test-cases.html: Added.
Location:
trunk/WebCore
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55793 r55797  
     12010-03-10  Antonio Gomes  <tonikitoo@webkit.org>
     2
     3        Reviewed by Dave Hyatt.
     4        Patch by Antonio Gomes <tonikitoo@webkit.org>
     5
     6        Extend keyboard navigation to allow directional navigation (Manual tests)
     7        https://bugs.webkit.org/show_bug.cgi?id=18662
     8
     9        Adds a manual tests for the Spatial Navigation feature comprasing varios
     10        Html focusable elements (e.g. <a>, <table>, <iframe>) and much of the logic
     11        provided by the feature.
     12
     13        * manual-tests/spatial-navigation/links.html: Added.
     14        * manual-tests/spatial-navigation/spatial-navigation-test-cases.html: Added.
     15
    1162010-03-10  Leandro Pereira  <leandro@profusion.mobi>
    217
Note: See TracChangeset for help on using the changeset viewer.