Re: Help book content
Re: Help book content
- Subject: Re: Help book content
- From: Kyle Sluder <email@hidden>
- Date: Mon, 14 Sep 2009 17:55:29 -0700
On Mon, Sep 14, 2009 at 5:44 PM, Matt Neuburg <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden