MudGuard: Anker in einer Tabelle - Netscape?

Beitrag lesen

Hi,

a) Ankernamen müssen mit einem Buchstaben beginnen.

Unsinn.

<cite src=http://www.w3.org/TR/html401/struct/links.html#h-12.2>:

<!ATTLIST A
  %attrs;                              -- %coreattrs, %i18n, %events --
  charset     %Charset;      #IMPLIED  -- char encoding of linked resource --
  type        %ContentType;  #IMPLIED  -- advisory content type --
  name        CDATA          #IMPLIED  -- named link end --

)
</cite>

<cite src=http://www.w3.org/TR/html401/struct/links.html#adef-name-A>
name = cdata [CS]
    This attribute names the current anchor so that it may be the destination of another link. The value of this attribute must be a unique anchor name. The scope of this name is the current document. Note that this attribute shares the same name space as the id attribute.
</cite>

<cite src=http://www.w3.org/TR/html401/types.html#type-cdata>

CDATA is a sequence of characters from the document character set and may include character entities. User agents should interpret attribute values as follows:

* Replace character entities with characters,
    * Ignore line feeds,
    * Replace each carriage return or tab with a single space.

User agents may ignore leading and trailing white space in CDATA attribute values (e.g., "   myval   " may be interpreted as "myval"). Authors should not declare attribute values with leading or trailing white space.

For some HTML 4 attributes with CDATA attribute values, the specification imposes further constraints on the set of legal values for the attribute that may not be expressed by the DTD.

Although the STYLE and SCRIPT elements use CDATA for their data model, for these elements, CDATA must be handled differently by user agents. Markup and entities must be treated as raw text and passed to the application as is. The first occurrence of the character sequence "</" (end-tag open delimiter) is treated as terminating the end of the element's content. In valid documents, this would be the end tag for the element.
</cite>

Es gibt keine Einschränkung, die besagt, daß Ankernamen mit einem Buchstaben beginnen müssen.

cu,
Andreas

--
MudGuard? Siehe http://www.Mud-Guard.de/