Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produce HTML 5 <output> for <xf:output> #1243

Closed
ebruchez opened this issue Sep 6, 2013 · 0 comments
Closed

Produce HTML 5 <output> for <xf:output> #1243

ebruchez opened this issue Sep 6, 2013 · 0 comments

Comments

@ebruchez
Copy link
Collaborator

ebruchez commented Sep 6, 2013

See:

https://html.spec.whatwg.org/multipage/forms.html#the-output-element

Is it safe to use it even with older browsers who don't recognize it, when simply using it as:

<output name="my-output">some value</output>

if we don't use the JavaScript interface (.value, in particular)? I seems from the spec that the element was designed for graceful degradation this way.

If we do this, then we can use <label for="my-output">, which we don't do now.

@avernet avernet changed the title Use HTML 5 <output> control Use HTML 5 <output> control for <xf:output> May 11, 2015
@avernet avernet changed the title Use HTML 5 <output> control for <xf:output> Produce HTML 5 <output> for <xf:output> May 11, 2015
@ebruchez ebruchez added this to the 4.10 milestone May 13, 2015
@ebruchez ebruchez self-assigned this May 13, 2015
ebruchez added a commit that referenced this issue Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant