一つ目のテキストエリアのテキストの '&'
'<'
'>'
などを '&'
'<'
'>'
などに変換して、二つ目のテキストエリアに表示します。一方で、二つ目のテキストエリアのテキストの '&'
'<'
'>'
などを元の '&'
'<'
'>'
などに変換して一つ目のテキストエリアに表示します。preify.html との違いは内部でブラウザ組み込みの変換を使っていることにあります。よって、変換の挙動はブラウザに依存します。
Convert the text '&'
'<'
'>'
, etc. of the first text area into '&'
'<'
'>'
, etc. and display it in the second text area. On the other hand, the text '&'
'<'
'>'
, etc. in the second text area is converted to the original '&'
'<'
'>'
, etc. and displayed in the first text area. The difference from preify.html is that it uses the built-in converters of the browser internally. Therefore, the conversion behavior depends on the browser.