All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.w3c.css.properties.CssProperty
|
+----org.w3c.css.aural.ACssProperty
|
+----org.w3c.css.aural.ACssSpeakDate
Value: myd | dmy | ymd
Initial: (Browser-specific)
Applies to: all elements
Inherited: yes
Percentage values: NA
This is a request about how any dates should be spoken. month-day-year is common in the USA, while day-month-year is common in Europe and year-month-day is also used.
This would be most useful when combined with a new HTML tag used to identify dates, such as this theoretical example:
<p>The campaign started on <date value="1874-oct-21">
the twenty-first of that month</date> and finished
<date value="1874-oct-28">a week later</date>
public ACssSpeakDate()
public ACssSpeakDate(CssExpression expression) throws InvalidParamException
public Object get()
public String toString()
public String getPropertyName()
public void addToStyle(CssStyle style)
public boolean equals(CssProperty property)
public CssProperty getPropertyInStyle(CssStyle style,
boolean resolve)
All Packages Class Hierarchy This Package Previous Next Index