From 572366d64342d5c804aa576e128fc7c65584a54a Mon Sep 17 00:00:00 2001 From: Silvia Pfeiffer Date: Sat, 31 Mar 2018 07:23:21 +1100 Subject: [PATCH] Add note about CSS's ability to change rendering variables. Addresses https://github.com/w3c/webvtt/issues/371#issuecomment-350364574 --- index.bs | 2 ++ index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/index.bs b/index.bs index 9890191b..83b128a3 100644 --- a/index.bs +++ b/index.bs @@ -4219,6 +4219,8 @@ manner suiting the user.

  • Apply the terms of the CSS specifications to |regionNode| within the following constraints, thus obtaining a CSS box |box| positioned relative to an initial containing block:

    +

    The CSS specification application may make changes to a number of variables, + including |lineHeight|.

    1. No style sheets are associated with |regionNode|. (The regionNodes are subsequently restyled using style sheets after their boxes are generated, as described below.)

    2. diff --git a/index.html b/index.html index d041b479..91ed9ddd 100644 --- a/index.html +++ b/index.html @@ -4520,6 +4520,8 @@

      Apply the terms of the CSS specifications to regionNode within the following constraints, thus obtaining a CSS box box positioned relative to an initial containing block:

      +

      The CSS specification application may make changes to a number of variables, + including lineHeight.

      1. No style sheets are associated with regionNode. (The regionNodes are subsequently