@doenet/doenetml-iframe 0.7.21-dev.399 → 0.7.21-dev.402

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -201,11 +201,10 @@ differ — a Spanish-speaking student may work a French physics problem.
201
201
  only those passes nothing; a catalog supplied here wins over a bundled one
202
202
  for the same locale, which is how a deployment corrects a translation.
203
203
 
204
- When a language is declared by either route the rendered container carries
205
- a matching `lang` attribute, so screen readers pronounce the content with the
206
- right voice and rules. When neither declares one it carries no `lang` at all
207
- and inherits the embedding page's, a better guess than asserting English over
208
- a page that said `<html lang="es">`.
204
+ The rendered container always carries a `lang` attribute naming the language
205
+ the content was rendered in, so screen readers pronounce it with the right
206
+ voice and rules. When neither route declares one, that language is `en` the
207
+ language the core computes such an activity's prose in.
209
208
 
210
209
  Passing `null` (or dropping the prop) clears any of the three, exactly as with
211
210
  `styleOverrides`.
package/index.js CHANGED
@@ -66899,7 +66899,7 @@ function ExternalVirtualKeyboard({
66899
66899
  }
66900
66900
  );
66901
66901
  }
66902
- const version = "0.7.21-dev.399";
66902
+ const version = "0.7.21-dev.402";
66903
66903
  const latestDoenetmlVersion = version;
66904
66904
  function subscribeToPinnedTheme() {
66905
66905
  return () => {