Quote:
Originally Posted by DiapDealer
And that particular Kindlebook's markup just happpened to use "name" instead of "id".
|
Looking at the most recent Kindle Publishing Guidelines
http://kindlegen.s3.amazonaws.com/Am...uidelines.pdfd this morning, I noticed this:
3.10.2 HTML Guideline #2: Anchors Must Be Added Before Formatting Tags
Correct: <a name="Chapter1"/><h1>Chapter 1</h1>
Incorrect: <h1><a name="Chapter1"/>Chapter 1</h1>
So the deprecated "name" seems to be standard practice at Amazon.