Skip to content

Commit

Permalink
Remove links to non-existent HTMLBaseFontElement properties (#8920)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Sep 15, 2021
1 parent bc35702 commit 95eeece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/api/htmlbasefontelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ The `<basefont>` element has been deprecated in HTML4 and removed in HTML5. This

_Inherits properties from its parent, {{domxref("HTMLElement")}}._

- {{domxref("HTMLBaseFontElement.color")}}
- `HTMLBaseFontElement.color`
- : Is a {{domxref("DOMString")}} representing the text color using either a named color or a color specified in the hexadecimal `#RRGGBB` format.
- {{domxref("HTMLBaseFontElement.face")}}
- `HTMLBaseFontElement.face`
- : Is a {{domxref("DOMString")}} representing a list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system.
- {{domxref("HTMLBaseFontElement.size")}}
- `HTMLBaseFontElement.size`
- : Is a {{domxref("DOMString")}} representing the font size as either a numeric or relative value. Numeric values range from `1` to `7` with `1` being the smallest and `3` the default. Relative value starts with a `'+'` or a `'-`'.

## Methods
Expand Down

0 comments on commit 95eeece

Please sign in to comment.