You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The grid element is intended for presentational and layout purposes, while the [`{table}`]($table) element is intended for, in broad terms, presenting multiple related data points.
30
+
/// In the future, Typst will annotate its output such that screenreaders will announce content in `table` as tabular while a grid's content will be announced no different than multiple content blocks in the document flow.
31
+
/// Set and show rules on one of these elements do not affect the other.
38
32
///
39
33
/// A grid's sizing is determined by the track sizes specified in the arguments.
40
-
/// Because each of the sizing parameters accepts the same values, we will
41
-
/// explain them just once, here. Each sizing argument accepts an array of
42
-
/// individual track sizes. A track size is either:
34
+
/// Because each of the sizing parameters accepts the same values, we will explain them just once, here.
35
+
/// Each sizing argument accepts an array of individual track sizes.
36
+
/// A track size is either:
43
37
///
44
38
/// - `{auto}`: The track will be sized to fit its contents. It will be at most
45
39
/// as large as the remaining space. If there is more than one `{auto}` track
0 commit comments