Contents

[edit]

OpenSP: "..." is not a member of a group specified for any attribute

[edit]

Cause:

The tag contains an attribute that is proprietary to Netscape or Internet Explorer. And the tag has no value.

[edit]

Example:

Sample: NOWRAP is not a member of a group specified for any attribute

Good<table nowrap>
Good<table style="white-space: nowrap">
[edit]

Solution:

Most tags have a equivalents in standard HTML or CSS.

Tag Proprietary attribute Standard attribute
<table> nowrap style="white-space: nowrap" or use nowrap in <td> or <th>
[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Sp_106"