(s)
| 8791 | o === s._wrapperState.initialValue && '' !== o && null !== o && (s.value = o) |
| 8792 | } |
| 8793 | function kb(s) { |
| 8794 | switch (s) { |
| 8795 | case 'svg': |
| 8796 | return 'http://www.w3.org/2000/svg' |
| 8797 | case 'math': |
| 8798 | return 'http://www.w3.org/1998/Math/MathML' |
| 8799 | default: |
| 8800 | return 'http://www.w3.org/1999/xhtml' |
| 8801 | } |
| 8802 | } |
| 8803 | function lb(s, o) { |
| 8804 | return null == s || 'http://www.w3.org/1999/xhtml' === s |
| 8805 | ? kb(o) |