blob: 15286d61413b9a3671eb8eeec25310f437df647d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Angelo Zerr 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:
* Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
* IBM Corporation
*******************************************************************************/
package org.eclipse.e4.ui.css.core.dom;
import org.w3c.dom.css.CSS2Properties;
//TODO KM: removed the reference to CSS3Properties for expediency in getting things to compile
//TODO KM: either we should settle on CCS2 and delete this interface, or figure out how to ref CSS3
public interface CSSExtendedProperties extends CSS2Properties {
}