class AdjustSVGAttributes extends Alvine

When the steps below require the user agent to adjust SVG attributes for a token, then, for each attribute on the token whose attribute name is one of the ones in the first column of the following table, change the attribute’s name to the name given in the corresponding cell in the second column. (This fixes the case of SVG attributes that are not all lowercase.)

Properties

static protected array $map

Methods

static string
map(string $from)

Mappen

static StartTag
adjust(StartTag $token)

No description

Details

at line 114
static string map(string $from)

Mappen

Parameters

string $from

Return Value

string

at line 129
static StartTag adjust(StartTag $token)

Parameters

StartTag $token

Return Value

StartTag