Closed
Bug 1436070
Opened 8 years ago
Closed 7 years ago
Replace non-semantic styling markup with proper CSS styles
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amikulski, Assigned: amikulski)
References
Details
Currently, a portion of visual formatting is done through HTML tags, such as <b> for bold text, <i> for italics, etc. Presentation should be handled solely by the CSS/LESS files, and as such, all nonsemantic elements should be replaced with semantic elements, accordingly decorated through CSS.
- Replace nonsemantic styling elements (<b>, <i>, etc) with proper CSS styles/classnames.
- Ensure E2E tests either have access to proper element ID’s, or are modified to pass with new selectors.
- Ensure visual page appearance remains consistent before/after refactor
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•