المكوّنات · تحقّق داخل الحقل

تحقّق داخل الحقل

خطأ مربوط بحقله عبر aria-describedby، ويُعلَن مرّة واحدة

متقدّم
<div class="fb fbi"><form class="frm" novalidate>
  <label><span data-ar="وزن المريض (كجم)" data-en="Patient weight (kg)">وزن المريض (كجم)</span>
    <input class="wt" type="text" inputmode="decimal" aria-describedby="fbi-wt" dir="ltr">
    <span class="msg" id="fbi-wt" aria-live="polite"></span></label>
  <label><span data-ar="الجرعة المطلوبة (ملغ/كجم)" data-en="Dose (mg/kg)">الجرعة المطلوبة (ملغ/كجم)</span>
    <input class="ds" type="text" inputmode="decimal" aria-describedby="fbi-ds" dir="ltr">
    <span class="msg" id="fbi-ds" aria-live="polite"></span></label>
  <div class="out"><span data-ar="الجرعة الكلّية" data-en="Total dose">الجرعة الكلّية</span>
    <b class="tot num">—</b></div>
</form></div>