Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Sep 11, 2024
1 parent 86c18e2 commit e92e558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/shared/src/domAttrConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export const isKnownSvgAttr: (key: string) => boolean = /*@__PURE__*/ makeMap(
`xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan`,
)

/**
* Generated from https://developer.mozilla.org/en-US/docs/Web/MathML/Attribute
*/
export const isKnownMathMLAttr: (key: string) => boolean =
/*@__PURE__*/ makeMap(
`accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,` +
Expand Down

0 comments on commit e92e558

Please sign in to comment.