You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consists of an <var>x</var>-component and a <var>y</var>-component. It is initially (0, 0). The
49674
+
coordinates represent the position relative to the edge of the element's image, with the
49675
+
coordinate space having the positive <var>x</var> direction to the right, and the positive
49676
+
<var>y</var> direction downwards.</p>
49681
49677
49682
49678
<p>The <var>x</var>-component must be a <span>valid integer</span> representing a number
49683
49679
<var>x</var> in the range <span data-x="">−(<var>border<sub>left</sub></var>+<var>padding<sub>left</sub></var>) ≤ <var>x</var> ≤ <var>width</var>+<var>border<sub>right</sub></var>+<var>padding<sub>right</sub></var></span>, where <var>width</var> is the rendered width of the image, <var>border<sub>left</sub></var> is the width of the border on the left of the image, <var>padding<sub>left</sub></var> is the width of the padding on the left of the
<li><p>If the <var>field</var> element is not <var>submitter</var>, then
58390
+
<span>continue</span>.</p></li>
58391
+
58393
58392
<li><p>If the <var>field</var> element has a <code data-x="attr-fe-name">name</code>
58394
-
attribute specified and its value is not the empty string, let <var>name</var> be
58395
-
that value followed by a single U+002E FULL STOP character (.). Otherwise, let <var>name</var> be the empty string.</p></li>
58396
-
58397
-
<li><p>Let <var>name<sub>x</sub></var> be the string consisting of the
58398
-
concatenation of <var>name</var> and a single U+0078 LATIN SMALL LETTER X character
58399
-
(x).</p></li>
58400
-
58401
-
<li><p>Let <var>name<sub>y</sub></var> be the string consisting of the
58402
-
concatenation of <var>name</var> and a single U+0079 LATIN SMALL LETTER Y character
58403
-
(y).</p></li>
58404
-
58405
-
<li><p>The <var>field</var> element is <var>submitter</var>, and before
58406
-
this algorithm was invoked the user <span
58407
-
data-x="concept-input-type-image-coordinate">indicated a coordinate</span>. Let <var>x</var> be the <var>x</var>-component of the coordinate selected by the
58408
-
user, and let <var>y</var> be the <var>y</var>-component of the coordinate
58409
-
selected by the user.</p></li>
58393
+
attribute specified and its value is not the empty string, let <var>name</var> be that value
58394
+
followed by U+002E (.). Otherwise, let <var>name</var> be the empty string.</p></li>
58395
+
58396
+
<li><p>Let <var>name<sub>x</sub></var> be the concatenation of <var>name</var> and
58397
+
U+0078 (x).</p></li>
58398
+
58399
+
<li><p>Let <var>name<sub>y</sub></var> be the concatenation of <var>name</var> and
58400
+
U+0079 (y).</p></li>
58401
+
58402
+
<li><p>Let (<var>x</var>, <var>y</var>) be the <span
0 commit comments