- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 18:25:45 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv4064 Modified Files: Overview.html Log Message: Bug: ContactAddress does not extend Address (': Address' removed from ContactAddress defintion) Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- Overview.html 18 Feb 2010 18:18:33 -0000 1.43 +++ Overview.html 18 Feb 2010 18:25:42 -0000 1.44 @@ -599,7 +599,7 @@ The ContactAddress interface is a reusable component that is used to support contact addresses within the <a href='#contactproperties-interface'><code>ContactProperties</code></a> interface. It defines an optional <a href='#widl-ContactAddress-types'><code>types</code></a> parameter that can be provided with an <a href='#address-interface'><code>Address</code></a> <a href='#widl-ContactAddress-value'><code>value</code>(s)</a>. </p> - <dl title='[NoInterfaceObject] interface ContactAddress : Address' class='idl'> + <dl title='[NoInterfaceObject] interface ContactAddress' class='idl'> <dt> attribute DOMString[] types </dt>
Received on Thursday, 18 February 2010 18:25:46 UTC