- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有正确显示的阿拉伯文本,直到文本开始换行。我在这里创建了一个简单的例子:https://codepen.io/anon/pen/yodMjv
代码如下:
<div style="width:400px">
<span style="direction: rtl; font-size: 26px;"> .نعم. عملت كمهندس في شركة مايكروسوفت لمدة خمس سنوات</span>
</div>
如您所见,第二个句点在文本的第一行,而它应该在文本的第二行。如果您采用我的代码示例并增加宽度以便所有内容都在一行中,则标点符号是正确的。这仅在文本换行时发生。
非常感谢任何帮助。
最佳答案
您可能还需要重置 unicode-bidi
:
The
unicode-bidi
CSS property, together with the direction property, determines how bidirectional text in a document is handled. For example, if a block of content contains both left-to-right and right-to-left text, the user-agent uses a complex Unicode algorithm to decide how to display the text. Theunicode-bidi
property overrides this algorithm and allows the developer to control the text embedding.
<div style="width:400px">
<span style="direction: rtl; font-size: 26px;unicode-bidi: embed;"> .نعم. عملت كمهندس في شركة مايكروسوفت لمدة خمس سنوات</span>
</div>
参见 https://css-tricks.com/almanac/properties/u/unicode-bidi/
关于html - 从右到左的标点符号不正确,阿拉伯文字换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46105992/
目前我正在使用 [self presentModalViewController :newVC animated:YES] 。我想从左/右/顶部/底部呈现带有推送效果的 newViewcontroll
我正在尝试实现“带有上一个和下一个的部分幻灯片”。这些部分的标记如下: Section 1 Section 2 Section 3 Prev Next 除具有 acti
我的问题与此处提出的问题几乎相同:question 不同的是,我想从右边切换第 2 位和第 4 位数字,而不是像另一个问题中那样从左边切换。所以在我的例子中最右边的数字是 1。示例:283926.67
我是一名优秀的程序员,十分优秀!