- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 14 Sep 2005 08:50:45 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by YvesSavourel:
http://esw.w3.org/topic/its0505ReqNamingScheme
------------------------------------------------------------------------------
Documents should not use element or attribute names that are generated from identifiers. Instead, one should use an attribute to store the identifier:
- {{{<button id="OK">OK</button>
- <button id="cancel">Cancel</button>
+ {{{<selector id="OK">OK</selector>
+ <selector id="cancel">Cancel</selector>
<message id="001">Cannot open the file</message>}}}
Received on Wednesday, 14 September 2005 15:12:40 UTC