mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Fix some typos
Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
parent
dca3b2f0c1
commit
f2260e7c18
8 changed files with 12 additions and 12 deletions
|
@ -30,7 +30,7 @@ pub(crate) struct ReplacedContent {
|
|||
intrinsic: IntrinsicSizes,
|
||||
}
|
||||
|
||||
/// * Raster images always have an instrinsic width and height, with 1 image pixel = 1px.
|
||||
/// * Raster images always have an intrinsic width and height, with 1 image pixel = 1px.
|
||||
/// The intrinsic ratio should be based on dividing those.
|
||||
/// See https://github.com/w3c/csswg-drafts/issues/4572 for the case where either is zero.
|
||||
/// PNG specifically disallows this but I (SimonSapin) am not sure about other formats.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue