bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Umar Hansa
You can Tab through the significant portions of a CSS Rule. This includes:
A selector (e.g. h1)
A property (e.g. color)
A value (e.g. green)
Did you know you can also Shift + Tab to cycle backwards?
Tabbing works through multiple rules.
If you start typing out a new property (like back), you might rely on autocompletion to get background, but you actually end up with background-color. Even you're in the next field (the value field), simply hit backspace to highlight the previous field, at which point you can fix it.
While on the subject, you can delete a declaration (the property + value) by hitting backspace in either the property or value field and then hitting enter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2015-08-23 UTC."],[],[]]