Skip to content

Commit c1e049a

Browse files
committed
Merge pull request #209 from alifirat/master
Add new css property text-anchor
2 parents b29448f + 3addbc2 commit c1e049a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/dom_html.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class type cssStyleDeclaration = object
118118
method strokeWidth : js_string t prop
119119
method tableLayout : js_string t prop
120120
method textAlign : js_string t prop
121+
method textAnchor : js_string t prop
121122
method textDecoration : js_string t prop
122123
method textIndent : js_string t prop
123124
method textTransform : js_string t prop

lib/dom_html.mli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ class type cssStyleDeclaration = object
117117
method strokeWidth : js_string t prop
118118
method tableLayout : js_string t prop
119119
method textAlign : js_string t prop
120+
method textAnchor : js_string t prop
120121
method textDecoration : js_string t prop
121122
method textIndent : js_string t prop
122123
method textTransform : js_string t prop

0 commit comments

Comments
 (0)