Кто-нибудь может подсказать значение выражения behavioral bugs относительно работы сайта? Есть ли какой-нибудь русский синоним? И что это за ошибки такие?
> Recent web applications, also called Rich Internet applications (RIA), use client-side scripting, server-side state and other features to provide an enhanced user experience.Changes to the state of the page can come as the result of asynchronous HTTP requests loading new content, or event handlers and timeout events firing custom code. Consequently, these applications are now “stateful”: the same action, or the same HTTP request, may return different results depending on the past interaction of a user. These stateful applications come with new types of bugs, called behavioural bugs: unlike a “static” bug, which evaluates itself by analyzing the content of a single page independently of the others, a behavioral bug links the data and the order of consultation of several pages of the application.