我們是否應該考慮屏幕和打印以外的CSS媒體? http://www.w3.org/TR/CSS2/media.html#media-types我們是否應該考慮屏幕和打印以外的CSS媒體?
all
Suitable for all devices.
braille
Intended for braille tactile feedback devices.
embossed
Intended for paged braille printers.
handheld
Intended for handheld devices (typically small screen, limited bandwidth).
print
Intended for paged material and for documents viewed on screen in print preview mode. Please consult the section on paged media for information about formatting issues that are specific to paged media.
projection
Intended for projected presentations, for example projectors. Please consult the section on paged media for information about formatting issues that are specific to paged media.
screen
Intended primarily for color computer screens.
speech
Intended for speech synthesizers. Note: CSS2 had a similar media type called 'aural' for this purpose. See the appendix on aural style sheets for details.
tty
Intended for media using a fixed-pitch character grid (such as teletypes, terminals, or portable devices with limited display capabilities). Authors should not use pixel units with the "tty" media type.
tv
Intended for television-type devices (low resolution, color, limited-scrollability screens, sound available).
對其他媒體項目是否有任何實際好處?或所有其他(除屏幕和打印等「)
有什麼好處使用其他媒體類型?
如果我在設計一個遊戲相關的網站,我會確保在任何可能的情況下使用*電視*,因爲任天堂Wii會尊重這一點。 – 2010-01-04 20:58:21