Skip Headers

Oracle Application Server Wireless Developer's Guide
10g (9.0.4)

Part Number B10948-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page

B
Media Types, Features and Capabilities

This appendix contains information about media types, their features and capabilities. Topics include:

B.1 OracleAS Wireless CSS Media Query and MXML Media Attribute Syntax

The CSS Media Query syntax consists of two parts:

  1. Media Type--specifies a particular media as defined by CSS2 specification. Examples of media type values are screen, handheld, tty, tv, aural.

  2. Media Feature or Capability--specifies a particular capability of a target media (such as color capability or sound capability).

The CSS Media queries allow media type and media features to be used together in Query style syntax. For example:

media="handheld and (color)"

The query syntax also allows you to specify not and only conditions (by default only is assumed if nothing is specified). For example:

mxml:media="not all and (color)"
          

The Media Query Syntax is defined in CSS3 Media queries at: http://www.w3.org/TR/css3-mediaqueries

B.2 OracleAS Wireless Supported Media Types

OracleAS Wireless supports the following Media Types (in mxml:media attribute):

B.3 OracleAS Wireless Supported Media Features

B.3.1 Media Features Specified in CSS3 Media Queries Specification

A list of Media Features are specified by CSS3 Media Queries specification. OracleAS Wireless will only support the following set of media features:

B.3.2 Extended Media Feature Set

The following is an extended list of media features defined by OracleAS Wireless:

B.4 OracleAS Wireless-defined Capabilities

B.4.1 Device/Software UA Capabilities

B.4.2 Network Capabilities and Characteristics

B.5 Sample Media Queries

Table B-1 Sample Media Queries
Device Query

Desktop browsers

@media screen

Handheld (all PDAs, WML/HDML phones, Industrial devices, XHTML phone browser)

@media handheld

HDML/WML browsers in phones

@media handheld and (tables: 0)

Color PDAs (pocketpc), Color XHTML phones

@media handheld and (color)

Palms (Palm VII and Palm V) - Monochrome devices

@media handheld and (monochrome)

Two Way Pagers/SMS devices

@media all and (async)

Voice devices

@media aural


Note:

@media handheld will map PDAs and HDML/WML phones. If media is not specified, the implied media is always all.



Go to previous page Go to next page
Oracle
Copyright © 2003 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index