File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/02-for-app-authors/03-metainfo-guidelines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ are available as well.
757
757
### Display size
758
758
759
759
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.
761
761
762
762
The ` compare ` attribute is usually used with ` ge ` or ` le ` which
763
763
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.
768
768
Software stores may use specific values or ranges to classify an app
769
769
into mobile, tablet or desktop compatible app.
770
770
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
772
772
app supports mobile, tablet and desktop devices. Usually ` 360 ` is used
773
773
as a baseline here.
774
774
You can’t perform that action at this time.
0 commit comments