Commit 461ce18 1 parent 21a0755 commit 461ce18 Copy full SHA for 461ce18
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6171,8 +6171,8 @@ <h3>Language and Base Direction</h3>
6171
6171
< pre class ="example nohighlight " title ="Design pattern for natural language strings ">
6172
6172
"myProperty": {
6173
6173
"@value": "< span class ="highlight "> The string value</ span > ",
6174
- "@language": "` LANGUAGE` "
6175
- "@direction": "` DIRECTION` "
6174
+ "@language": "LANGUAGE"
6175
+ "@direction": "DIRECTION"
6176
6176
}
6177
6177
</ pre >
6178
6178
@@ -6194,7 +6194,7 @@ <h3>Language and Base Direction</h3>
6194
6194
< pre class ="example nohighlight " title ="Expressing natural language text as English ">
6195
6195
"title": {
6196
6196
"@value": "< span class ="highlight "> HTML and CSS: Designing and Creating Websites</ span > ",
6197
- "@language": "`en` "
6197
+ "@language": "en "
6198
6198
}
6199
6199
</ pre >
6200
6200
@@ -6206,8 +6206,8 @@ <h3>Language and Base Direction</h3>
6206
6206
< pre class ="example nohighlight " title ="Arabic text with a base direction of right-to-left ">
6207
6207
"title": {
6208
6208
"@value": "< span class ="highlight " dir ="rtl " lang ="ar "> HTML و CSS: تصميم و إنشاء مواقع الويب</ span > ",
6209
- "@language": "`ar` ",
6210
- "@direction": "` rtl` "
6209
+ "@language": "ar ",
6210
+ "@direction": "rtl"
6211
6211
}
6212
6212
</ pre >
6213
6213
@@ -6226,12 +6226,12 @@ <h3>Language and Base Direction</h3>
6226
6226
"title": [
6227
6227
{
6228
6228
"@value": "< span class ="highlight "> HTML and CSS: Designing and Creating Websites</ span > ",
6229
- "@language": "`en` "
6229
+ "@language": "en "
6230
6230
},
6231
6231
{
6232
6232
"@value": "< span class ="highlight " dir ="rtl " lang ="ar "> HTML و CSS: تصميم و إنشاء مواقع الويب</ span > ",
6233
- "@language": "`ar` ",
6234
- "@direction": "` rtl` "
6233
+ "@language": "ar ",
6234
+ "@direction": "rtl"
6235
6235
}
6236
6236
]
6237
6237
</ pre >
You can’t perform that action at this time.
0 commit comments