Needs work
Project:
Drupal 8 Mobile Initiative
Component:
CSS architecture
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 22:25 UTC
Updated:
15 May 2015 at 23:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
echoz commentedRe-roll.
Beginning the process, so far just the classes renamed in the css file. Todo: locate where html is generated and edit/add new class names.
Comment #1.0
echoz commentedMoving text to #1
Comment #2
echoz commentedComment #2.0
echoz commentedUpdated issue summary.
Comment #3
echoz commentedtagging
Comment #4
ry5n commentedWe’ll need to think about what types of menus we have. There are a number of different patterns in core:
- Toolbar navigation (custom)
- Generic top navigation (responsive?)
- Generic/sidebar navigation (multi-level)
- Nav with icons + captions (e.g. admin/ and admin/config)
- Dropdown menus (e.g. autocomplete, dropbutton)
These may or may not be separate components, for example (speculative):
- .toolbar
- .main-nav
- .nav
- .nav--caption (?)
- .menu (application-style menu, often dropdown/popup)
We may or may not want to go with a list-less nav (see #1912516: Markup for menus).
Comment #4.0
ry5n commentedAdded related issues
Comment #5
johnalbinI've gone through various styleguides and cataloged all the different names. Not much consensus. https://docs.google.com/spreadsheet/ccc?key=0AvR7gnIrX0ckdDgzNDI0blZVSnF...
Comment #6
johnalbinI want to be clear that we are just trying to refactor the nested menus that usually appear in a sidebar. There are other types of menus in drupal, but those are different components.
Comment #6.0
johnalbinAdded note that #1912516: Markup for menus belongs to Dream Markup
Comment #7
mitokens commented