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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcast value attribute on list items #16322

Open
Mgsy opened this issue May 8, 2024 · 0 comments
Open

Upcast value attribute on list items #16322

Mgsy opened this issue May 8, 2024 · 0 comments
Labels
package:list support:2 An issue reported by a commercially licensed client. type:improvement This issue reports a possible enhancement of an existing feature.

Comments

@Mgsy
Copy link
Member

Mgsy commented May 8, 2024

馃摑 Provide a description of the improvement

It's possible to use the value attribute on <li> elements to define the list starting index. Some users might have the following content:

<ol>
  <li value="12">...</li>
  <li>...</li>
</ol>

that wouldn't be preserved, as our list start index feature handles only start attributes on <ul>/ <ol>.聽


If you'd like to see this improvement implemented, add a 馃憤 reaction to this post.

@Mgsy Mgsy added type:improvement This issue reports a possible enhancement of an existing feature. package:list support:2 An issue reported by a commercially licensed client. labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:list support:2 An issue reported by a commercially licensed client. type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
Development

No branches or pull requests

1 participant