213
edits
Line 70: | Line 70: | ||
# Entity expansion is not carried out when view-source URLs are built (it should be). | # Entity expansion is not carried out when view-source URLs are built (it should be). | ||
# URLs that point to non-text resources (most especially images) are still turned into view-source URLs which will try to interpret them as text. Since we don't need the mimetype to know for sure what sort of resource is being referenced, a smarter view-source handler is needed. A view-source URL pointing to an image should be rendered as a regular URL pointing to an image would be. This might be difficult to test programmatically, but it's pretty easy to test manually. | # URLs that point to non-text resources (most especially images) are still turned into view-source URLs which will try to interpret them as text. Since we don't need the mimetype to know for sure what sort of resource is being referenced, a smarter view-source handler is needed. A view-source URL pointing to an image should be rendered as a regular URL pointing to an image would be. This might be difficult to test programmatically, but it's pretty easy to test manually. | ||
==== <Back> and <Forward> ==== | |||
{| class="wikitable" | |||
|- | |||
! header 1 | |||
! header 2 | |||
! header 3 | |||
|- | |||
| row 1, cell 1 | |||
| row 1, cell 2 | |||
| row 1, cell 3 | |||
|- | |||
| row 2, cell 1 | |||
| row 2, cell 2 | |||
| row 2, cell 3 | |||
|} | |||
= Schedule Scoping = | = Schedule Scoping = |
edits