Search the web
Sign In
New User? Sign Up
WikiForum · The mailing list for Wiki administrators
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Universal (Web/Wiki) Edit Button   Message List  
Reply | Forward Message #358 of 359 |
Re: [WikiForum] Universal (Web/Wiki) Edit Button

John Abbe wrote:
> As you may have heard, movement is afoot to implement an edit button in
> web browsers.

While the idea may have some merit, the proposed implementation is *bad*
and against the semantics of the HTML standard:

<link rel="alternate" type="application/wiki" href="..."/>

The type attribute denotes the format of the content. There is no
application/wiki content. Every blog/wiki/.. I know of serves HTML or
XHTML content. This application/wiki content would only make sense if
the content was raw wiki markup without any HTML whatsoever.

The only sensible thing is

<link rel="edit" type="text/html" href="..."/>

Whoever is in charge of pushing this microformat should read the HTML
standard and change the edit-Link accordingly.

The HTML spec, gives following example for <link>:
(http://www.w3.org/TR/html401/struct/links.html#h-12.1.2)

<LINK rel="prev" href="chapter4.html">
<LINK rel="next" href="chapter6.html">

Can you tell me one reason why rel="edit" is not the only sane choice?

/Arno



Fri Jun 20, 2008 9:34 am

ahollosi
Offline Offline
Send Email Send Email

Attachment
signature.asc
Type:
application/pgp-signature
Forward
Message #358 of 359 |
Expand Messages Author Sort by Date

As you may have heard, movement is afoot to implement an edit button in web browsers. A Firefox plug-in has been written, and a bunch of wikis already generate...
John Abbe
johnca@...
Send Email
Jun 19, 2008
5:20 pm

... While the idea may have some merit, the proposed implementation is *bad* and against the semantics of the HTML standard: <link rel="alternate"...
Arno Hollosi
ahollosi
Offline Send Email
Jun 20, 2008
9:34 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help