Skip to content

Commit 92939e4

Browse files
committed
metainfo: Drop lower bounds
1 parent ce7b167 commit 92939e4

File tree

1 file changed

+2
-2
lines changed
  • docs/02-for-app-authors/03-metainfo-guidelines

1 file changed

+2
-2
lines changed

docs/02-for-app-authors/03-metainfo-guidelines/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ are available as well.
757757
### Display size
758758

759759
This can be used to indicate support for a specific display size(s). The
760-
tag value must be an integer, measured in logical pixels.
760+
tag value must be a positive integer, measured in logical pixels.
761761

762762
The `compare` attribute is usually used with `ge` or `le` which
763763
means `greater than or equals to` and `less than or equals to`
@@ -768,7 +768,7 @@ the minimum size that the app can scale to without harming functionality.
768768
Software stores may use specific values or ranges to classify an app
769769
into mobile, tablet or desktop compatible app.
770770

771-
A value of `>=1` and `<=360` with the `ge` relation indicates that the
771+
A value of `<=360` with the `ge` relation indicates that the
772772
app supports mobile, tablet and desktop devices. Usually `360` is used
773773
as a baseline here.
774774

0 commit comments

Comments
 (0)