nsCSSCounterDescList.h (681B)
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */ 3 /* This Source Code Form is subject to the terms of the Mozilla Public 4 * License, v. 2.0. If a copy of the MPL was not distributed with this 5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 6 7 CSS_COUNTER_DESC(system, System) 8 CSS_COUNTER_DESC(symbols, Symbols) 9 CSS_COUNTER_DESC(additive-symbols, AdditiveSymbols) 10 CSS_COUNTER_DESC(negative, Negative) 11 CSS_COUNTER_DESC(prefix, Prefix) 12 CSS_COUNTER_DESC(suffix, Suffix) 13 CSS_COUNTER_DESC(range, Range) 14 CSS_COUNTER_DESC(pad, Pad) 15 CSS_COUNTER_DESC(fallback, Fallback) 16 CSS_COUNTER_DESC(speak-as, SpeakAs)