diff --git a/topics/ui/principles/data_formats.md b/topics/ui/principles/data_formats.md index b93e13d79..fcc75cc28 100644 --- a/topics/ui/principles/data_formats.md +++ b/topics/ui/principles/data_formats.md @@ -213,15 +213,29 @@ All numeric values should be given a unit or clearly labeled if they do not have Select the most convenient units. -| Incorrect | Correct | -|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------| -| ![](connection_incorrect.png){width="284"} | ![](connection_correct.png){width="259"} | + + + + + + + + + +
IncorrectCorrect
Place units after the input field. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](caret_incorrect.png){width="196"} | ![](caret_correct.png){width="242"} | + + + + + + + + + +
IncorrectCorrect
## Tables