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

Two issues with the steps determine "starting value" of <ol reversed> #1911

Closed
upsuper opened this issue Oct 16, 2016 · 1 comment · Fixed by #2002
Closed

Two issues with the steps determine "starting value" of <ol reversed> #1911

upsuper opened this issue Oct 16, 2016 · 1 comment · Fixed by #2002

Comments

@upsuper
Copy link
Member

upsuper commented Oct 16, 2016

  1. It should count not only <li> children, but also descendent <li>s which are not wrapped in other <ol> or <ul>.
  2. It should not count <li>s which are not rendered.

I think the above behavior matches what browsers do currently.

(I thought it had been raised in either #1750 or #1617, but it seems to me none of them mentions the steps for "starting value" of <ol>.)

domenic added a commit that referenced this issue Oct 17, 2016
Closes #1750, by settling on the Firefox/Edge behavior. There is a
separate issue of defining the "starting value" concept correctly; that
is #1911.
@domenic
Copy link
Member

domenic commented Oct 17, 2016

You're right that this is a separate issue from #1617. Although, it is closely related, and so we should probably solve them both at the same time.

I wonder if the "not being rendered" consideration applies to #1617 too. Per http://jsbin.com/jekokitonu/edit?html,css,js,output, it looks like it does, eek.

domenic added a commit that referenced this issue Oct 20, 2016
Closes #1750, by settling on the Firefox/Edge behavior. There is a
separate issue of defining the "starting value" concept correctly; that
is #1911.
domenic added a commit that referenced this issue Nov 1, 2016
domenic added a commit that referenced this issue Nov 8, 2016
alice pushed a commit to alice/html that referenced this issue Jan 8, 2019
Closes whatwg#1750, by settling on the Firefox/Edge behavior. There is a
separate issue of defining the "starting value" concept correctly; that
is whatwg#1911.
alice pushed a commit to alice/html that referenced this issue Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants