RE: XForms CR - 8.1.3

[Sorry if I shouldn't be 'replying to all' ... but I think this is CR
related.]

Andrew,

> ... can you clarify how <xforms:secret> might be used in a
> non-screen situation?

Perhaps a blind person enters data with their braille keyboard, but has
their browser read it back before submitting. You would hope that whatever
is rendering the form would not read back anything inside 'xf:secret'.

> Secondly, it isn't immediately clear to me how your proposal
> might be implemented in CSS.

I wasn't proposing a solution. I was simply saying that the problem you
raised lay outside of XForms - *possibly* with CSS.

Having said that, I suppose you might be able to do something like:

@media screen {
	xforms|secret.hide=star.gif
}

@media aural {
	xforms|secret.hide=bling.wav
}

I'm no CSS expert, so I hope no-one takes me up on this 'solution'. As I
said, I'm only really saying that this problem lies outside of XForms since
XForms should be device independent.

Regards,

Mark Birbeck

Received on Wednesday, 20 November 2002 08:51:36 UTC