The following table lists all the attributes in XHTML-Print and notes which are not meaningful,
that is, result in a visible change to the page :
- when printing a static version of the XHTML-Print document,
- because of restrictions of image types to jpeg,
- because only css style sheets are supported, not java style sheets,
- because the the character set of XHTML-Print documents is restricuted to utf-8, and
- because they are part of functionality that is considered too complex for low-cost printers.
The last point is important to us, since we hope that every printer could proved support for
XHTML-print to at least the minimum degree of print quality. The absolute minimum level of print quality
is simply printing the document's text without images.
| Attribute | Elements | Support | Note |
| maxlength | input | no | data is not input |
| action | form | no | forms are not submitted |
| enctype | form | no | forms are not submitted |
| method | form | no | forms are not submitted |
| name | "input,select,textarea" | no | forms are not submitted |
| src | input | no | image type not part of basic forms |
| href | a | no | links are not followed |
| hreflang | a | no | links are not followed |
| rel | a | no | links are not followed |
| rev | a | no | links are not followed |
| rev | link | no | links are not followed |
| type | a | no | links are not followed |
| profile | head | no | no place to print meta data |
| abbr | "td,th" | no | no place to print value |
| cite | blockquote | no | no place to print value |
| content | meta | no | no place to print value |
| http-equiv | meta | no | no place to print value |
| longdesc | img | no | no place to print value |
| name | object | no | no place to print value |
| name | meta | no | no place to print value |
| q | cite | no | no place to print value |
| scheme | meta | no | no place to print value |
| summary | table | no | no place to print value |
| title | core | no | no place to print value |
| title | style | no | no place to print value |
| headers | "td,th" | no | "no place to print value, no user interface" |
| scope | "td,th" | no | "no place to print value, no user interface" |
| accesskey | "a,input, label, textarea" | no | no user interface |
| axis | "td,th" | no | no user interface |
| for | label | no | no user interface |
| tabindex | "a,input,select,textarea,object" | no | no user interface |
| type | link | yes | "only css supported, java too complex" |
| archive | object | no | "only jpeg supported, printer cannot print applet output" |
| classid | object | no | "only jpeg supported, printer cannot print applet output" |
| codebase | object | no | "only jpeg supported, printer cannot print applet output" |
| codetype | object | no | "only jpeg supported, printer cannot print applet output" |
| id | param | no | "only jpeg supported, printer cannot print applet output" |
| name | param | no | "only jpeg supported, printer cannot print applet output" |
| standby | object | no | "only jpeg supported, printer cannot print applet output" |
| type | object | yes | "only jpeg supported, printer cannot print applet output" |
| type | param | no | "only jpeg supported, printer cannot print applet output" |
| value | param | no | "only jpeg supported, printer cannot print applet output" |
| valuetype | param | no | "only jpeg supported, printer cannot print applet output" |
| rel | link | "yes, but" | only style sheets supported. |
| type | style | "yes, but " | "only type/css, java style sheets too complex" |
| xmlns | html | yes | restricted to http://www.w3.org/xhtml |
| align | "td,th,tr" | "yes, except for justify and char" | too complex |
| declare | object | "yes, but could require too much memory" | too complex |
| hreflang | link | no | too complex |
| multiple | select | no | too complex |
| valign | "td,th,tr" | "yes, but not defined across pages" | too complex |
| xml:lang | I18N | no | too complex |
| charset | "a,link" | no | utf-8 only |
| alt | img | yes | |
| checked | input | yes | |
| class | core | yes | |
| cols | textarea | yes | |
| colspan | "td,th" | yes | |
| data | object | yes | |
| height | img | yes | |
| height | object | yes | |
| href | link | yes | |
| href | base | yes | |
| id | core | yes | |
| media | style | yes | |
| media | link | yes | |
| rows | textarea | yes | |
| rowspan | "td,th" | yes | |
| selected | option | yes | |
| size | input | yes | |
| size | select | yes | |
| src | img | yes | |
| style | style | yes | |
| type | input | yes | |
| value | input | yes | |
| value | option | yes | |
| version | html | yes | |
| width | table | yes | |
| width | img | yes | |
| width | object | yes | |
| xml_space | style | yes | |