diff options
author | Kirushan Rasendran <kirushan22@gmail.com> | 2015-10-17 23:44:41 +0530 |
---|---|---|
committer | Kirushan Rasendran <kirushan22@gmail.com> | 2015-10-17 23:44:41 +0530 |
commit | 8d809eac2e621daf92c609ed2cff6edeeedc983e (patch) | |
tree | eb6833490dc4ae635ff28c74e3a2717aa2010ffc /ta_in | |
parent | c030e8aab18e2d63a40eb1321b21a62471094bc0 (diff) |
Updated translation
Diffstat (limited to 'ta_in')
-rw-r--r-- | ta_in/css.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ta_in/css.html.markdown b/ta_in/css.html.markdown index b55ab363..3a46816c 100644 --- a/ta_in/css.html.markdown +++ b/ta_in/css.html.markdown @@ -197,10 +197,6 @@ selector { ## Precedence or Cascade -An element may be targeted by multiple selectors and may have a property set on it in more than once. In these cases, one of the rules takes precedence over others. Generally, a rule in a more specific selector take precedence over a less specific one, and a rule occuring later in the stylesheet overwrites a previous one. - -This process is called cascading, hence the name Cascading Style Sheets. - ஒரு element ஆனது ஒன்றுக்கு மேற்பட்ட selectors மூலம் அணுகபடலாம் ,இவ்வாறான சந்தர்பங்களில் ஒரு குறிபிட்ட விதிமுறையை பின்பற்றுகிறது இது cascading என அழைக்கபடுகிறது, அதனால் தன இது Cascading Style Sheets என அழைக்கபடுகிறது. |