[
https://issues.apache.org/jira/browse/XMLCOMMONS-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliotte Rusty Harold resolved XMLCOMMONS-14.
---------------------------------------------
Resolution: Fixed
Looks like our codes has been updated:
{noformat}
public interface CSS2Properties {
/**
* See the azimuth property definition in CSS2.
*/
public String getAzimuth();
/**
* See the azimuth property definition in CSS2.
* @exception DOMException
* SYNTAX_ERR: Raised if the new value has a syntax error and is
* unparsable.
* <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this property is readonly.
*/
public void setAzimuth(String azimuth)
throws DOMException;
{noformat}
> Error In ApiDoc for org.w3c.dom.css.CSS2Properties
> --------------------------------------------------
>
> Key: XMLCOMMONS-14
> URL: https://issues.apache.org/jira/browse/XMLCOMMONS-14
> Project: XML Commons
> Issue Type: Bug
> Components: XML Commons External (DOM)
> Affects Versions: 1.x
> Environment: Operating System: All
> Platform: All
> URL:
> http://xml.apache.org/xalan-j/apidocs/org/w3c/dom/css/CSS2Properties.html#setAzimuth(java.lang.String)
> Reporter: Carsten Hensel
> Priority: Minor
>
> The ApiDoc states that the Exceptions are thrown on getting the Properties.
> ("http://xml.apache.org/xalan-
> j/apidocs/org/w3c/dom/css/CSS2Properties.html#setAzimuth(java.lang.String)")
> The w3c-states that they are thrown on setting them.
> ("http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-
> CSS2Properties")
> I do not know if I found the right place to report this, but there was no
> Option in bugzilla for Documentation or the dom.css-package
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]