Quote:
Originally Posted by jackie_w
I may be wrong but I have a vague memory that anchor names in epub should begin with an alpha character, i.e. not all-digit.
|
Jackie is spot on! From
here is says that an "id" attribute can be an anchor among other things, and an "id" is defined as a "name" type, and a "name" type is defined
here as:
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
Cheers,
Simon.