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

Enum with no <dd> uses next <dt> instead. #329

Closed
jyasskin opened this issue Aug 1, 2014 · 1 comment
Closed

Enum with no <dd> uses next <dt> instead. #329

jyasskin opened this issue Aug 1, 2014 · 1 comment
Milestone

Comments

@jyasskin
Copy link
Member

jyasskin commented Aug 1, 2014

<dl title="enum DeviceType" class="idl">
  <dt>computer</dt>
  <dt>phone</dt>
  <dt>mouse</dt>
</dl>

produces:

Enumeration description
computer phone
phone mouse
mouse

This is probably not high priority since specs shouldn't leave enums undocumented, but it came up while starting to draft the spec.

@darobin darobin modified the milestone: 3.2 Dec 23, 2014
@marcoscaceres
Copy link
Member

Won't fix, as we are no longer maintaining Ol' school WebIDL

shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
Adds support for transition on confidence band
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants