Page MenuHomePhabricator

Citing tables not correctly rendered
Closed, InvalidPublic

Description

Citing tables doesn't take table markup into account

Example:

Some initial thoughts:

  • When the control is shown with both an input and a tag area, some adjustments can help to make the component look more connected. Adjusting the border radius on the touching corners and avoid the double borders (e.g., removing the bottom border of the tag area), and making the tag area slightly darker using Base90 (#F8F9FA)
CurrentProposed
Screen Shot 2017-04-14 at 09.34.06.png (1,333×205 px, 23 KB)
Screen Shot 2017-04-14 at 09.37.19.png (1,337×218 px, 23 KB)

So

> |Current|Proposed|
> |---|---|
> |{F7538040}|{F7538093}|

doesn't become a table any more…

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Test with propers spaces, to be quoted in next comment:

CurrentProposed
Screen Shot 2017-04-14 at 09.34.06.png (1,333×205 px, 23 KB)
Screen Shot 2017-04-14 at 09.37.19.png (1,337×218 px, 23 KB)
| Current | Proposed |
| --- | --- |
| {F7538040} | {F7538093} |

Test with propers spaces, to be quoted in next comment:

CurrentProposed
Screen Shot 2017-04-14 at 09.34.06.png (1,333×205 px, 23 KB)
Screen Shot 2017-04-14 at 09.37.19.png (1,337×218 px, 23 KB)
| Current | Proposed |
| --- | --- |
| {F7538040} | {F7538093} |

All works expected when using the proper markup (whitespace between pipeline and other item).
I do not think this is a bug when it comes to specs (but maybe when it comes to expectations).

Thanks for clarification. Wasn't my table, just a citation ;)
And yes, missed expectations might be more appropriate.