Re: [Xsltforms-support] focus span necessary?
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-04-05 18:49:48
|
Hello Stephen, > The alignment of the output is slightly different to the > inputs due to the presence of a small span (class="focus") on the left > of the input label but not with the output label. However if in my css > i have > > span.focus {display:none;} > > the alignments do not change. > > Normally, I'd use a workaround for something like this but in this case > it may be of interest. > > Is it intended that the focus span will have some use? > Actually, within AJAXForms, the focus span was activated and a red dot was always displayed. For compatibility reasons with other client-side implementations, I have just hidden it... I still think that the focus span should be good for accessibility reasons and I prefer not to remove it. I consider your workaround as interesting! It will be committed soon. Thanks! -Alain |