Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/object-with-unrendered-text-fallback.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
caption:first-letter { color: red; }
</style>
<object>
<table>
<caption dir="rtl">)))XX?</caption>
</table>
</object>