Overview

Title
identify unused or missing CSS
Duration
96
Difficulty
Medium
Types
Quality Assurance,Code,User Interface
Tags
python,javascript,html,css,jinja2,jquery
Mentors
thomaswaldmann,rb_proj,waldi,esyr,pkumar_7
Count
-1

Description

Abstract

There might be some unused CSS in the default theme, there might be also some missing CSS - your task is to identify them.

Details

CSS is missing, if the html / javascript / python code refers to it, but there is nothing in the css files.

CSS is unused, if there is something in the css files, but no html / javascript / python code uses it.

Check if there is some tool that can automatically check stuff like this. If you can't find some tool, do 2 systematic manual checks.

Deliverables: bitbucket issue that describes the css issues found.

Skill Requirements

See tags.

Extra (optional)

If you notice other CSS strangenesses while doing this task, please document them on the wiki.

Note: unless otherwise noted, tasks usually refer to moin2 (http://moinmo.in/MoinMoin2.0)!

Discussion

MoinMoin: EasyToDo/identify unused or missing css (last edited 2011-11-21 21:33:45 by ReimarBauer)