
|
If you were logged in you would be able to see more operations.
|
|
|
When formatting, <a and <A are treated differently when choosing to wrap/not wrap contents. By default, we include the lower-case versions in our non-wrapping table, so our algorithm should be case-insensitive:
<A HREF="">asdasd</A>
Currently does this:
<A HREF="">
asdasd
</A>
which is wrong.
<A HREF="">asdasd</A> is correct.
|
|
Description
|
When formatting, <a and <A are treated differently when choosing to wrap/not wrap contents. By default, we include the lower-case versions in our non-wrapping table, so our algorithm should be case-insensitive:
<A HREF="">asdasd</A>
Currently does this:
<A HREF="">
asdasd
</A>
which is wrong.
<A HREF="">asdasd</A> is correct. |
Show » |
|