8.2. CSS3 text-emphasis attribute

发布时间 :2024-01-14 23:00:06 UTC      

CSS reference manual

8.2.1. Example

Change the spacing between words so that each line is aligned:

p
{
    text-emphasis: filled red;
    -webkit-text-emphasis: filled red;
}

Browser support

Image0

Definition and usage

text-emphasis property is an abbreviated property that is used to set in a declaration text-emphasis-style and text-emphasis-color .

Tip: Adobe’s “Kenten Generic OpenType Font” is a font suitable for key tags, and it is specially designed for key tags.

Default value:

None

Inheritance:

Yes

Version:

CSS3

JavaScript syntax:

Object.style.textEmphasis= “filled blue”

Grammar

text-emphasis: text-emphasis-style text-emphasis-color;

Value

Description

Text-emphasis-style

Apply accent tags to the text of the element.

Text-emphasis-color

Defines the foreground color of the accent tag.

Principles, Technologies, and Methods of Geographic Information Systems  102

In recent years, Geographic Information Systems (GIS) have undergone rapid development in both theoretical and practical dimensions. GIS has been widely applied for modeling and decision-making support across various fields such as urban management, regional planning, and environmental remediation, establishing geographic information as a vital component of the information era. The introduction of the “Digital Earth” concept has further accelerated the advancement of GIS, which serves as its technical foundation. Concurrently, scholars have been dedicated to theoretical research in areas like spatial cognition, spatial data uncertainty, and the formalization of spatial relationships. This reflects the dual nature of GIS as both an applied technology and an academic discipline, with the two aspects forming a mutually reinforcing cycle of progress.