@doenet/doenetml-iframe 0.7.21-dev.399 → 0.7.21-dev.400
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 +4 -5
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
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.
|
|
66902
|
+
const version = "0.7.21-dev.400";
|
|
66903
66903
|
const latestDoenetmlVersion = version;
|
|
66904
66904
|
function subscribeToPinnedTheme() {
|
|
66905
66905
|
return () => {
|