Skip to content

Commit 15b355a

Browse files
Update task.md
1 parent 2e57d90 commit 15b355a

File tree

1 file changed

+7
-7
lines changed
  • 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/1-behavior-nested-tooltip

1 file changed

+7
-7
lines changed

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/1-behavior-nested-tooltip/task.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ importance: 5
22

33
---
44

5-
# Improved tooltip behavior
5+
# Geliştirilmiş ipucu (tooltip) davranışı
66

7-
Write JavaScript that shows a tooltip over an element with the attribute `data-tooltip`.
7+
Fare ile bir elementin üzerinden geçildiğinde `data-tooltip` özelliği ile beraber tooltip (ipucu) gösteren bir javaScript kodu yazın.
88

9-
That's like the task <info:task/behavior-tooltip>, but here the annotated elements can be nested. The most deeply nested tooltip is shown.
9+
Buradaki göreve benziyor <info:task/behavior-tooltip>, ancak burada gösterilen öğeler iç içe geçmiş olabilir. En içteki tooltip gösterilmelidir.
1010

11-
For instance:
11+
Örneğin:
1212

1313
```html
1414
<div data-tooltip="Here – is the house interior" id="house">
1515
<div data-tooltip="Here – is the roof" id="roof"></div>
1616
...
17-
<a href="https://en.wikipedia.org/wiki/The_Three_Little_Pigs" data-tooltip="Read on…">Hover over me</a>
17+
<a href="https://en.wikipedia.org/wiki/The_Three_Little_Pigs" data-tooltip="Read on…">Fare ile buranın üzerine gel</a>
1818
</div>
1919
```
2020

21-
The result in iframe:
21+
Sonuç iframe üzerinde:
2222

2323
[iframe src="solution" height=300 border=1]
2424

25-
P.S. Hint: only one tooltip may show up at the same time.
25+
Not ipucu: aynı anda yalnızca bir araç ipucu (tooltip) görünebilir.

0 commit comments

Comments
 (0)