Merge pull request #146 from acli/20200821_a_CLEANED
Patch to make w3m’s handling of the a element HTML5 compatible (when the stream is HTML5)
This commit is contained in:
2
tests/a1.expected
Normal file
2
tests/a1.expected
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
test
|
1
tests/a1.html
Normal file
1
tests/a1.html
Normal file
@@ -0,0 +1 @@
|
||||
<a href="example"><div>test</div></a>
|
1
tests/a2.expected
Normal file
1
tests/a2.expected
Normal file
@@ -0,0 +1 @@
|
||||
test
|
3
tests/a2.html
Normal file
3
tests/a2.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<a href="example"><div>test</div></a>
|
Reference in New Issue
Block a user