X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libjava%2Fclasspath%2Fexternal%2Fw3c_dom%2Forg%2Fw3c%2Fdom%2Fhtml2%2FHTMLBaseFontElement.java;h=1ae8834d7ec65982476c2951ffef9394a60f5ab6;hb=1c1d817aeab43a795cd70fc8ff159007ba878938;hp=5a3c5c93cee3f7907bbdcbff4b93610bab228dfd;hpb=ab0157ddcf1f5d6ec814d0bdddeb4229cca4a309;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java b/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java index 5a3c5c93cee..1ae8834d7ec 100644 --- a/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java +++ b/libjava/classpath/external/w3c_dom/org/w3c/dom/html2/HTMLBaseFontElement.java @@ -13,41 +13,41 @@ package org.w3c.dom.html2; /** - * Base font. See the BASEFONT element definition in HTML 4.01. This element + * Base font. See the BASEFONT element definition in HTML 4.01. This element * is deprecated in HTML 4.01. *

See also the Document Object Model (DOM) Level 2 HTML Specification. */ public interface HTMLBaseFontElement extends HTMLElement { /** - * Font color. See the color attribute definition in HTML 4.01. This + * Font color. See the color attribute definition in HTML 4.01. This * attribute is deprecated in HTML 4.01. */ public String getColor(); /** - * Font color. See the color attribute definition in HTML 4.01. This + * Font color. See the color attribute definition in HTML 4.01. This * attribute is deprecated in HTML 4.01. */ public void setColor(String color); /** - * Font face identifier. See the face attribute definition in HTML 4.01. + * Font face identifier. See the face attribute definition in HTML 4.01. * This attribute is deprecated in HTML 4.01. */ public String getFace(); /** - * Font face identifier. See the face attribute definition in HTML 4.01. + * Font face identifier. See the face attribute definition in HTML 4.01. * This attribute is deprecated in HTML 4.01. */ public void setFace(String face); /** - * Computed font size. See the size attribute definition in HTML 4.01. + * Computed font size. See the size attribute definition in HTML 4.01. * This attribute is deprecated in HTML 4.01. * @version DOM Level 2 */ public int getSize(); /** - * Computed font size. See the size attribute definition in HTML 4.01. + * Computed font size. See the size attribute definition in HTML 4.01. * This attribute is deprecated in HTML 4.01. * @version DOM Level 2 */