CSS Hyphenate-Resource Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies a comma-separated list of external resources that can help the UA determine hyphenation points.

Syntax

hyphenate-resource: [value];

Possible values

  • none
  • [uri]

Initial Value

none

Applies To

All elements

Inherited

Yes

Media

Visual

Example

.class {
  hyphenate-resource: url("hyph_da_DK.dic") ;
}


View All CSS Properties