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

List style position #281

Closed
NKjoep opened this issue Jan 22, 2014 · 2 comments
Closed

List style position #281

NKjoep opened this issue Jan 22, 2014 · 2 comments

Comments

@NKjoep
Copy link

NKjoep commented Jan 22, 2014

ol, ul {
    list-style-position: inside;
}

Do you think this could be useful?
I find sometimes ul/ol invading space with their symbols (list-style-type).

@walterdavis
Copy link

This isn't ever typographically standard. Bullets are supposed to "hang" outside of the list, unless you don't hang them for personal design reasons. If you find that the list markers crash into floated elements next to the list proper, then set overflow:hidden on the list to make it have layout, and you won't have that problem.

Walter

On Jan 22, 2014, at 11:54 AM, Andrea D. wrote:

ol, ul {

list-style-position: inside;
}
Do you think this could be useful?
I find sometimes ul/ol invading space with their symbols (list-style-type).


Reply to this email directly or view it on GitHub.

@necolas
Copy link
Owner

necolas commented Jan 24, 2014

It's not in line with what normalize is for. Not going to change this browser default.

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