From 040852a09efb3bade338214269cb816209af5eab Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 12:18:23 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br) (#1738) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👍🏽 --- files/pt-br/web/css/used_value/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/web/css/used_value') diff --git a/files/pt-br/web/css/used_value/index.html b/files/pt-br/web/css/used_value/index.html index 13f2ebd194..aca9e5d00f 100644 --- a/files/pt-br/web/css/used_value/index.html +++ b/files/pt-br/web/css/used_value/index.html @@ -90,7 +90,7 @@ window.addEventListener('resize', updateAllUsedWidths);

Diferentes valores computados

-

CSS 2.0 defined only computed value as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., display, font-size, line-height), the computed values and used values are the same. These are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from CSS 2.1 Changes: Specified, computed, and actual values):

+

CSS 2.0 defined only computed value as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., display, font-size, line-height), the computed values and used values are the same. These are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from CSS 2.1 Changes: Specified, computed, and actual values):