On Mon, Sep 14, 2009 at 5:44 PM, Matt Neuburg <m...@tidbits.com> wrote:
> I'm surprised it *ever* works since that is not HTML. You need to say <a
> href="presets.html"> (notice the quotes).

This is not true, but it is a good idea:
http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2

> Always run your HTML thru a
> validator and if at all feasible use XHTML because it is even stricter and
> clearer. m.

Don't do this.  XHTML is not a strict subset of HTML.  For example,
"<br />" is valid XHTML, but it is not valid HTML (the BR tag doesn't
have a no-valued attribute named "/").

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to