These forums are currently read-only due to receiving more spam than actual discussion. Sorry.

It is currently Sat Dec 02, 2017 4:06 pm Advanced search

Keyboard shortcuts for link rel="next" and rel=&qu

Do you think the HTML spec should do something differently? You can discuss spec feedback here, but you should send it to the WHATWG mailing list or file a bug in the W3C bugzilla for it to be considered.

Keyboard shortcuts for link rel="next" and rel=&qu

Postby marcsj » Mon Jul 20, 2009 2:58 pm

Nearly every web site, from static HTML to RIA, has one or more sections of content that are paginated. Unfortunately though, each site has its own way of implementing pagination links or javascript methods which paginates content within a block element via AJAX.

Graphical browsers have always provided "Back" and "Forward" UI buttons (and corresponding keyboard shortcuts) for navigating through their history. Yet none of the major browsers (as far as I know) provide browser buttons or keyboard shortcuts that take advantage of:

<head>
<link rel="previous" href="... />
<link rel="next" href=".../>
</head>

Since browsers don't utilize this information or expose it to users in a useful way, web designers & developers have no motivation to provide it.

Proposed Solution:

HTML5 compliant browsers should be required to provide, at minimum, a standard key binding for pagination and ideally a Previous and Next button somewhere in the UI. These UI buttons would only be enabled if the web page provides the URIs with the corresponding REL attributes.

Also, as a convenience to web designers and developers, the rel="previous" and rel="next" attributes & attribute values should be allowed either in <link> elements in the <head> or <a href="..." > elements in the <body>.
marcsj
<h6>
 
Posts: 1
Joined: Mon Jul 20, 2009 2:05 pm

Postby zcorpan » Mon Jul 20, 2009 7:51 pm

Opera has a button in the UI -- Fast Forward -- that uses <link rel=next>.

HTML5 does not mandate any particular UI. You should complain to the browser vendors directly about UI issues.
zcorpan
<article>
 
Posts: 807
Joined: Tue Feb 06, 2007 8:29 pm
Location: Sweden


Return to Feedback on the Specs

Who is online

Users browsing this forum: No registered users and 1 guest