# Debrief project 29

Training exercise

[Guide](/ja/migration-guide/migration-guide)

## What made you smile?

1. Beautifull focus highlighting.
2. Nice docs.


## What was confusing?

1. Lines are highlighted only within visible window when there is a scroll
![highlighting-row-size.png](./project29/highlighting-row-size.png)
2. Would be greate to have functionality that allows to customise the highlighting color.
3. Regex for highlighted words doesn't work with specific regex syntax ie. .*+


![image.png](./project29/image.png)

```html
   <footer widget-container="widget-container"> // [!code focus]
        <p>Some footer content</p>
   </footer>
```