blob: 6157886591e633176001d6eff381a085326c850d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.css.core.metamodel.util;
public interface CSSStringID {
final static String S_ANY = "any"; //$NON-NLS-1$
final static String S_COUNTER_IDENTIFIER = "counter-identifier"; //$NON-NLS-1$
final static String S_FAMILY_NAME = "family-name"; //$NON-NLS-1$
final static String S_FONT_FACE_NAME = "font-face-name"; //$NON-NLS-1$
final static String S_PAGE_IDENTIFIER = "page-identifier"; //$NON-NLS-1$
final static String S_SPECIFIC_VOICE = "specific-voice"; //$NON-NLS-1$
final static String S_URANGE = "urange"; //$NON-NLS-1$
}